redux
- http://github.com/gaearon/redux
- http://rackt.github.io/redux/index.html
- 'state' is de huidige staat van alle data
- one single 'store' object
- state is read-only
- mutations are written as pure functions
myTodoApp
jspm init # make sure to choose 'Babel' as transpiler
jspm install react redux react-redux react-dom
Persistant state
- https://github.com/peteruithoven/redux-devtools-persistState-example
- https://github.com/substantial/updeep/issues/40#issuecomment-152215565