Playing with different ways to organize a react/redux files structure project.
- I've organized the individual elements of the app with a "Rails-style" approach. That is, assets are grouped by "type" or "capability": any action will be found in the Actions folder, any reducer will be found in Reducers, and so on.
Ref: