Last active
January 23, 2016 17:03
-
-
Save mobinni/81569919e24c85b9b9d2 to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 2
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
. | |
├── app | |
│ ├── images | |
│ ├── index.html | |
│ ├── lib | |
│ │ ├── index.js | |
│ │ ├── middleware | |
│ │ ├── modules | |
│ │ │ ├── feed | |
│ │ │ │ ├── actions.js | |
│ │ │ │ ├── constants.js | |
│ │ │ │ ├── index.js | |
│ │ │ │ └── reducers.js | |
│ │ │ └── moduleCollector.js | |
│ │ ├── store | |
│ │ │ └── storeBuilder.js | |
│ │ └── utils |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment