// Redux in 2 lines of RxJS code
startWith(initialState)
.scan(reducer)
// Produces a stream of states from a stream of actions
https://medium.com/@markusctz/state-streams-and-react-7921e3c376a4\#.stpi4jm4y
// Redux in 2 lines of RxJS code
startWith(initialState)
.scan(reducer)
// Produces a stream of states from a stream of actions
https://medium.com/@markusctz/state-streams-and-react-7921e3c376a4\#.stpi4jm4y