DEV Community

Discussion on: React Project Structure Best Practices for Scalable Application

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