Consider switching React-Redux template folder structure to fractal #1543

Closed
opened 2025-08-09 17:20:32 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @empz on 6/28/2016

Grouping files by type instead of modules/features usually results in code being harder to find and whole project becomes unorganized.

Instead, grouping it by "modules" (or features) makes it easier to follow, even in a really big project.

Here are a few examples of this structure implemented in a React/Redux app.

https://github.com/davezuko/react-redux-starter-kit/wiki/Fractal-Project-Structure
https://github.com/jaysoo/todomvc-redux-react-typescript/tree/master/client

*Originally created by @empz on 6/28/2016* Grouping files by type instead of modules/features usually results in code being harder to find and whole project becomes unorganized. Instead, grouping it by "modules" (or features) makes it easier to follow, even in a really big project. Here are a few examples of this structure implemented in a React/Redux app. https://github.com/davezuko/react-redux-starter-kit/wiki/Fractal-Project-Structure https://github.com/jaysoo/todomvc-redux-react-typescript/tree/master/client
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1543
No description provided.