Skip to content

Instantly share code, notes, and snippets.

https://reactjs.org/docs/faq-structure.html#avoid-too-much-nesting

When you're working on react project, you may concern that which directory structure is better between group by features and group by types. (see above react document)

Recently, I've developed two different types of project. And here I leave a note to give advice from my experience.

In these days, there are two type of react applications.