Simple application written to understand how redux works
Dependencies: Redux
Framework used to run: node
Why redux: For managing state in complex applications.
App explores:
- Creating simple store.
- Reducers and combineReducers. With rules for using combineReducers.
Limitations:
- Redux does not guarantee immutability. Would need Immutable.js to make state object immutable.
References: http://redux.js.org/