tjikko-studio / components

Component library for Tjikko Studio apps
0 stars 0 forks source link

Why components/blockprimary/PrimaryBlock.tsx instead of existing blocks/Primary.tsx? #59

Closed shawninder closed 3 years ago

shawninder commented 3 years ago

This pattern is all over the place and I was just hoping someone could explain what I missed

highshot-rk commented 3 years ago

In function side, blocks/primary.tsx need to add props. In structure side, I had to make one branch per each issue and each block contains story file

shawninder commented 3 years ago

What is it you call structure side? Also, doing things in a new branch doesn't force to you create a new file. I don't understand