From 23cb34cd83d6ff092261ad69b9a0fe1c30eee77d Mon Sep 17 00:00:00 2001 From: Shivek Khurana Date: Sun, 17 Dec 2017 21:11:42 +0530 Subject: [PATCH] Updated Fractal article description Added link to sample code repo. --- project-structure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.