DEV Community

Discussion on: React Project Structure Best Practices for Scalable Application

Collapse
 
syakirurahman profile image
Syakir Rahman

So, what you're suggesting is a modular architecture. Grouping views and redux folder is a good idea.
Thanks for sharing it.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Yeah just for reference: webpack et al statically analyse the project and use the results of this to build chunks to be loaded. If you aren't using a good structure it can get messy really quick. Reza's suggestion makes that neat.

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