Too Long; Didn't Read
React is just a lib, it doesn’t dictate rules about how you should organize and structure your projects. In this post, I’m going to show some approaches that I have been using for a while and have been scaling very well. These approaches don't re-create the wheel, they just put together and refine what we have on the market. The above approach, minimize the problem about navigating between containers and components folders, but it adds a lot of noise in the project tree. It’s important to know the conceptual difference between one and other.
Share Your Thoughts