react-saga-rest
v1.2.2
Published
Fetch and store data from REST APIs using redux, reselect and sagas
Downloads
7
Maintainers
Readme
Redux saga resources
Collection of utility functions for React redux, redux-saga and reselect created to speed up development of React applications that follow the same pattern ofcommunicating with RESTful API.
How to use
See the documentation inside this repository.
Installation
npm install --save react-saga-rest
Dependencies
It requires react, redux, redux-saga and reselect as peer dependency. This library should be able to take any version of the library since some stable API release.
Contributing
Open an issue or send a pull request.
To build the package, run
npm run build