diff --git a/project-structure.md b/project-structure.md index cb01355..d0dde76 100644 --- a/project-structure.md +++ b/project-structure.md @@ -95,6 +95,7 @@ - **Fractal: A React app structure for infinite scale** https://hackernoon.com/fractal-a-react-app-structure-for-infinite-scale-4dab943092af + Talks about structuring React apps like mathematical fractals. Sample repo: http://github.com/shivekkhurana/appuity-frontend - **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 +103,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.