Skip to content

reusable actions, reducers and sagas for retrieval application

Notifications You must be signed in to change notification settings

zincli/redux-retrieval

Repository files navigation

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.

About

reusable actions, reducers and sagas for retrieval application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published