Skip to content

File structure for big projects #1876

Answered by donnes
stanwrkt asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @stanwrkt!

Maintain a well organized project structure is a hard thing, even more when multiple developers work in the same project.
But answering your question, particularity I like more to organize the components separately. Something like this:

src/
├─ components/
│  ├─ button/
│  ├─ onboarding-features/
│  ├─ onboarding-signup/
│  ├─ onboarding-usage/
│  ├─ sponsors/

You can have a look at the source code of the app for the Infinite Red Chain React Conference.

Hope it's helped✌️

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stanwrkt
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants