Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

ThatBean/redux-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux-Service npm npm

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.

About

Redux Service middleware for Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published