redux-service
v0.0.7
Published
[Redux Middleware] Use generator-based 'Service' to handle '(highly mutable || remote) data source && async logic'
Downloads
16
Maintainers
Readme
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.