Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.59 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.59 KB

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.