DEV Community

Discussion on: Folder Structure and Frameworks: What is exerting control?

Collapse
 
tracker1 profile image
Michael J. Ryan

I tend to favor feature oriented structures... A feature may consider of components, state, actions, API interactions, etc. It doesn't need to be all of them. You can also refer to those parts of other features.

It's more important to be discoverable than to separate different types of code into similar trees.