diff --git a/project-structure.md b/project-structure.md index cb01355..65f3ef9 100644 --- a/project-structure.md +++ b/project-structure.md @@ -95,6 +95,10 @@ - **Fractal: A React app structure for infinite scale** https://hackernoon.com/fractal-a-react-app-structure-for-infinite-scale-4dab943092af + +- **How to Organize a Large React Application and Make It Scale** +  https://www.sitepoint.com/organize-large-react-application/ + A simple approach to building and structuring large React applications - **Domain directory structure for React apps - why it's worth trying** https://tech.offgrid-electric.com/domain-directory-structure-for-react-apps-why-its-worth-trying-b3855ee77a1e @@ -102,4 +106,4 @@ - **The 100% correct way to structure a React app (or why there's no such thing** https://hackernoon.com/the-100-correct-way-to-structure-a-react-app-or-why-theres-no-such-thing-3ede534ef1ed - An extensive set of pragmatic thoughts on good practices for React project structure. Tries to quantify time spent on activities like creating new files and switching editor tabs, and gives some opinions on which patterns are more useful. \ No newline at end of file + An extensive set of pragmatic thoughts on good practices for React project structure. Tries to quantify time spent on activities like creating new files and switching editor tabs, and gives some opinions on which patterns are more useful.