We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba59633 commit 349ba1cCopy full SHA for 349ba1c
README.md
@@ -1,6 +1,13 @@
1
# jsonapi-react
2
A minimal [JSON:API](https://jsonapi.org/) client and [React](https://reactjs.org/) hooks for fetching, updating, and caching remote data.
3
4
+<a href="https://bundlephobia.com/result?p=jsonapi-react@latest" target="\_parent">
5
+ <img src="https://badgen.net/bundlephobia/minzip/jsonapi-react@latest" />
6
+</a>
7
+<a href="https://travis-ci.com/aribouius/jsonapi-react" target="\_parent">
8
+ <img src="https://api.travis-ci.org/aribouius/jsonapi-react.svg?branch=master" />
9
10
+
11
## Features
12
- Declarative API queries and mutations
13
- JSON:API schema serialization + normalization
0 commit comments