redux-json-api
Version:
A bunch of Redux actions, action creators and reducers to integrate with a JSON API
30 lines (21 loc) • 1.58 kB
Markdown
# Redux JSON API
### Make Redux 💜 JSON API
[](https://travis-ci.org/dixieio/redux-json-api)
This library is intended for use in web applications build on Redux, which consumes data from a [JSON API](http://jsonapi.org/).
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](https://github.com/dixieio/redux-json-api/issues) or submit your contributions as a [Pull Request](https://github.com/dixieio/redux-json-api/pulls). Remember to review our [contributions guidelines](CONTRIBUTING.md).
# Table of contents
1. [Set-Up & Configure](docs/set-up-configure.md)
1. [API](docs/api.md)
1. [Selectors](docs/selectors.md)
1. [Good reads](#good-reads)
1. [Contribute](#contribute)
1. [Contributors](#contributors)
## Good reads
- [__Working Example App__](https://github.com/dvidsilva/redux-json-api-demo/) - Quickstart guide to a minimal implementation of Redux JSON API 2
- [__Redux__](http://redux.js.org/) - Read about redux and core principles.
- [__JSON API__](http://jsonapi.org/) - Read about the specifications for JSON API.
## Contribute
Got any feedback or suggestions? Review our [contribution guidelines](CONTRIBUTING.md).
## Contributors
Made with 💜 from Copenhagen and [the world](https://github.com/dixieio/redux-json-api/graphs/contributors). Originally forged in a [Founders](https://www.founders.as) startup.