0.2.0 • Published 7 years ago

redux-retrieval v0.2.0

Weekly downloads
14
License
-
Repository
github
Last release
7 years ago

redux-retrieval

npm npm Travis Codecov

reusable actions, reducers, selectors and sagas for retrieval application

redux-retrieval is a library that aims to make retrieval applications (i.e. an order list page or a user management page) developing easier, inspired by react-router-redux, redux-saga and redux-form.

Why redux-retrieval

redux-retrieval extracted the common pattern in retrieval applications as reusable actions, reducers, selectors and sagas (impure things handler). You could built your retrieval application by only composing these with some components and writing a little code necessary. (For existed projects, it could remove some boilerplate code.)

// More explanations work in progress.

Documentation

Examples

These examples' codes could be found in examples dir.