1.1.0 • Published 8 years ago

pull-redux v1.1.0

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

pull-redux

use redux as a through pull-stream.

install

with npm

npm install --save pull-stream

api

through = pullRedux(store)

given a redux store,

return a through pull-stream.

pull(source, through, sink)

the source must produce actions.

the sink must consume state

example

at the moment, see test

license

ISC