Structuring and Organizing the React Components Directory at Scale

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…

Similar