Created
September 2, 2016 21:27
-
-
Save tgoldenberg/2445f7a2ea2c0f0c38b9800570b34fb9 to your computer and use it in GitHub Desktop.
helpful Redux directory structure
This file contains hidden or 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
| main.html | |
| main.js | |
| app | |
| - splash | |
| - actions | |
| - components | |
| - containers | |
| - reducers | |
| - constants | |
| - accounts | |
| - actions | |
| - components | |
| - containers | |
| ... | |
| - feed | |
| ... | |
| - shared | |
| package.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment