Replies: 1 comment 7 replies
-
Looks good to me. Except I don't like making use of So instead, I think we should always use the full component name for the file: Would rather remove all ambiguity- same goes for default exports. Would prefer if we always name our exports- so not making use of I see that a lot of people in the React community are finally starting to catch on and work this way now too- it just helps to make things more "static" and direct. Could be that I work with TypeScript a lot- and these kinds of things just make it easier overall to deal with auto-imports and stuff (helps the IDE know what you actually want when you type it). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
I was thinking on. a folder structure like this
And for component level like this
What do you guys think about this?
Edit: I tried to use the /polls but didn't work T_T, lets use
👍 - Yes I let's use this structure
👎 - No, Let use something else
Beta Was this translation helpful? Give feedback.
All reactions