0.0.7 • Published 8 years ago

redux-service v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago