Skip to content

Instantly share code, notes, and snippets.

@mobinni
Last active January 23, 2016 17:03
Show Gist options
  • Save mobinni/81569919e24c85b9b9d2 to your computer and use it in GitHub Desktop.
Save mobinni/81569919e24c85b9b9d2 to your computer and use it in GitHub Desktop.
A Modern Isomorphic Stack with Redux - Part 2
.
├── 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