1.1.0 • Published 10 years ago
pull-redux v1.1.0
pull-redux
use redux as a through pull-stream.
install
with npm
npm install --save pull-streamapi
through = pullRedux(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