Skip to content

Instantly share code, notes, and snippets.

@kof
Last active June 26, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kof/444293a614da347574350ee0d73b171f to your computer and use it in GitHub Desktop.
Save kof/444293a614da347574350ee0d73b171f to your computer and use it in GitHub Desktop.
Redux app structure
- components
- utils
features
- feature-x
- action-types
- action-creators
- reducer
- containers
- renderers
- index.js
pages
- page-x
- routes
- action-types
- action-creators
- reducers
- selectors
- containers
- index.js
store
router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment