redux-service

[Redux Middleware] Use generator-based 'Service' to handle '(highly mutable || remote) data source && async logic'


Keywords
redux, middleware, service, entry, generator, mutable, async
License
MIT
Install
npm install redux-service@0.0.2

Documentation

Redux-Service

Middleware for Redux.

Offers a experimental way to handle (highly mutable || remote) data source && async logic in Redux.

It's best to put all data you need inside the Redux State, and update in a Immutable way. But there are times the data you get just won't fit (remote), or best updated Mutable. And the logic & action for those data often need to be async.

Document

Check this GitBook for API and Usage. Or check the Source Code directly at GitHub. (It's not that complex)

It's best if you're familiar with the following:

License

MIT. Issues and Pull Requests are welcomed.