5 Ways to Structure Your React App Files
React is great. It gives us a ton of freedom to do what we need to do. However, with great freedom comes the increased potential for a project that’s structurally mangled. When I first started using React, all the tutorials were pretty basic with file structures that were linear...