A bunch of Redux actions, action creators and reducers to integrate with a JSON API
npm install redux-json-api
This library is intended for use in web applications build on Redux, which consumes data from a JSON API.
Use _redux-json-api_ to have one simple way of storing resource objects in Redux state along with it's CRUD API, which provides easy ways to create, read, update and delete resources.
Please raise any questions as an Issue or submit your contributions as a Pull Request. Remember to review our contributions guidelines.