DEV Community

Discussion on: React Project Structure Best Practices for Scalable Application

Collapse
 
daksamit profile image
Dominik Aksamit • Edited

That's pretty similar to Nuxt's (Vue) default directory structure.
It has assets, components, pages, store, and also plugins, and layout.
Of course, we can easily extend with utils, services or helpers, etc.

Sometimes I use directories like mocks, tests, graphql, lang, resources...
It depends on the project I'm currently working on.

Collapse
 
syakirurahman profile image
Syakir Rahman • Edited

Yap. That's why i said no architecture that can fit to any kinds of project.

Some comments have been hidden by the post's author - find out more