DEV Community

Discussion on: How should we structure our React code? (2/2)

Collapse
 
shaijut profile image
Shaiju T

Thanks, Just curious, Is this good structure for a E Commerce Application or Dev.to site ?

Collapse
 
surajjadhav profile image
Suraj Jadhav

Although, I would recommend you try this as a side project first. I am confident this method should work for any web-stack out there. This file structure is majorly used in Nodejs apps. I read an article and applied it to my React SPA and it worked well for me.