From c1fb43832f9a75d7516fdc326ca5cf55eed2cd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Horro=20Pita?= Date: Wed, 10 Jan 2018 11:21:16 +0100 Subject: [PATCH] Remove broken link Noah Prince's blog is no longer available. Also, Wayback Machine doesn't have that page archived. --- project-structure.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/project-structure.md b/project-structure.md index d8fe2d8..b41e649 100644 --- a/project-structure.md +++ b/project-structure.md @@ -71,11 +71,7 @@ - **When a good plan comes together: React project structure for scaling** http://web.archive.org/web/20170706123441/http://thereactionary.net/when-a-good-plan-comes-together-react-project-structure-for-scaling/ More discussion of tradeoffs in various structure approaches. - -- **Structuring and Organizing the React Components Directory** - http://noah-prince-tech-blog.ghost.io/structuring-and-organizing-the-react-components-directory/ - Some useful suggestions for folder layout, folder naming, and import handling. - + - **How OkCupid organizes its multi-page React App** https://tech.okcupid.com/how-okcupid-organizes-its-multi-page-react-app/ https://www.reddit.com/r/reactjs/comments/5widfg/how_okcupid_organizes_its_multipage_react_app/ @@ -102,4 +98,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.