Redux is based on Flux, and it was designed to tackle the challenge of understanding how data changes flow through your application.
- createStore (demo, code, bin)
- combineReducers (demo, code, bin)
- initialState (demo, code, bin)
- Dispatching Actions (demo, code, bin)
- Subscribe (demo, code, bin)
- Unsubscribe (demo, code, bin)
- Persistent State Data (demo, code, bin)
Here is the complete sample store that we have reviewed