Slide 24
Slide 24 text
ؓ: Redux Rx ͷ֓೦తͳαϒηοτ
const actions$ = Rx.Observable.from([add(1), add(2), add(3)])
const store = actions$.scan(rootReducer, undefined)
store.subscribe(x => {
console.log('subscribe', x)
})
1
1 Redux ֓೦తʹ Rx ͷαϒηοτͰ͋Δͱ͍͏ - mizchi's blog
http://mizchi.hatenablog.com/entry/2017/09/30/013420