Skip to content

Commit 349ba1c

Browse files
authored
Update README.md
Add badges to README.md
1 parent ba59633 commit 349ba1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# jsonapi-react
22
A minimal [JSON:API](https://jsonapi.org/) client and [React](https://reactjs.org/) hooks for fetching, updating, and caching remote data.
33

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+
</a>
10+
411
## Features
512
- Declarative API queries and mutations
613
- JSON:API schema serialization + normalization

0 commit comments

Comments
 (0)