react-saga-rest

Fetch and store data from REST APIs using redux, reselect and sagas

MIT License

Downloads
68
Stars
0
Committers
2

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