Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SitePoint article about project organization #76

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,15 @@

- **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
Discusses experience with the "A Better File Structure" approach, and gives advice on best practices for import paths, creating sub-domains, and more.

- **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.
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.