redux-pull-actors

0.1.2 • Public • Published

redux-pull-actors

Actors for doing additional asynchronous work based on redux actions and state transitions.

var createActorMiddleware = require('redux-pull-actors')

Returns a function that takes a collection of stream creators, which are handed the redux store. They will have objects {action, state, oldState} piped to them for every action. If they are through streems, anything emited out the other side will be dispatched back to the store.

Readme

Keywords

none

Package Sidebar

Install

npm i redux-pull-actors

Weekly Downloads

1

Version

0.1.2

License

ISC

Last publish

Collaborators

  • nrn