Last active
June 26, 2018 10:30
-
-
Save kof/444293a614da347574350ee0d73b171f to your computer and use it in GitHub Desktop.
Redux app structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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