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.
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.
These examples' codes could be found in examples dir.