How to structure React projects in 5 steps
A walkthrough on how to structure a large React apps into folders and files for a scalable React project ... (more…)
Read more »I work for a company, Yello, that builds recruitment software. Recently, we’ve moved to using ReactJS. Most React tutorials have you throw all of your components in the app/components directory, and hope for the best. This isn’t maintainable for large app…