|
17 | 17 | <img src="https://badgen.net/npm/dm/react-async" alt="montly downloads"> |
18 | 18 | </a> |
19 | 19 | <a href="https://bundlephobia.com/result?p=react-async"> |
20 | | - <img src="https://badgen.net/bundlephobia/min/react-async" alt="minified size"> |
| 20 | + <img src="https://badgen.net/bundlephobia/minzip/react-async" alt="minzipped size"> |
21 | 21 | </a> |
22 | 22 | <a href="https://opensource.org/licenses/ISC"> |
23 | 23 | <img src="https://badgen.net/npm/license/react-async" alt="license"> |
24 | 24 | </a> |
25 | 25 | <br/> |
26 | | - <a href="https://github.com/async-library/react-async/issues"> |
27 | | - <img src="https://badgen.net/github/open-issues/async-library/react-async?icon=github" alt="issues"> |
28 | | - </a> |
29 | | - <a href="https://github.com/async-library/react-async/pulls"> |
30 | | - <img src="https://badgen.net/github/open-prs/async-library/react-async?icon=github" alt="pull requests"> |
31 | | - </a> |
32 | | - <a href="https://github.com/async-library/react-async/releases"> |
33 | | - <img src="https://badgen.net/github/releases/async-library/react-async?icon=github" alt="releases"> |
34 | | - </a> |
35 | | - <a href="https://github.com/async-library/react-async/graphs/contributors"> |
36 | | - <img src="https://badgen.net/github/contributors/async-library/react-async?icon=github" alt="contributors"> |
37 | | - </a> |
38 | | - <br/> |
39 | 26 | <a href="https://circleci.com/gh/async-library/react-async"> |
40 | 27 | <img src="https://badgen.net/circleci/github/async-library/react-async/master?icon=circleci" alt="circleci status"> |
41 | 28 | </a> |
|
52 | 39 | <img src="https://deepscan.io/api/teams/5549/projects/7406/branches/74183/badge/grade.svg" alt="DeepScan grade"> |
53 | 40 | </a> |
54 | 41 | <br/> |
55 | | - <img src="https://badgen.net/david/dep/async-library/react-async/packages/react-async" alt="dependencies"> |
56 | | - <img src="https://badgen.net/david/dev/async-library/react-async" alt="devDependencies"> |
57 | | - <img src="https://badgen.net/david/peer/async-library/react-async/packages/react-async" alt="peerDependencies"> |
58 | | - <br/> |
59 | 42 | <a href="https://discord.gg/CAYQ6mU"> |
60 | 43 | <img src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat" /> |
61 | 44 | </a> |
@@ -120,6 +103,14 @@ Use it with `fetch`, Axios or other data fetching libraries, even GraphQL. |
120 | 103 | - [Optimistic updates](https://docs.react-async.com/guide/optimistic-updates) |
121 | 104 | - [Server-side rendering](https://docs.react-async.com/guide/server-side-rendering) |
122 | 105 |
|
| 106 | +## Contributing |
| 107 | + |
| 108 | +- [Introduction](https://docs.react-async.com/contributing/introduction) |
| 109 | +- [Setting up](https://docs.react-async.com/contributing/setting-up) |
| 110 | +- [Development](https://docs.react-async.com/contributing/development) |
| 111 | +- [Testing](https://docs.react-async.com/contributing/testing) |
| 112 | +- [Releasing](https://docs.react-async.com/contributing/releasing) |
| 113 | + |
123 | 114 | # Contributors |
124 | 115 |
|
125 | 116 | Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
@@ -162,3 +153,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d |
162 | 153 | <!-- ALL-CONTRIBUTORS-LIST:END --> |
163 | 154 |
|
164 | 155 | This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
| 156 | + |
| 157 | +## Similar projects |
| 158 | + |
| 159 | +- [@slorber/react-async-hook](https://github.com/slorber/react-async-hook) |
| 160 | +- [@dai-shi/react-hooks-async](https://github.com/dai-shi/react-hooks-async) |
| 161 | +- [@cristovao-trevisan/async-resource](https://github.com/cristovao-trevisan/async-resource) |
| 162 | +- [@ilyalesik/react-fetch-hook](https://github.com/ilyalesik/react-fetch-hook) |
| 163 | +- [@marcin-piela/react-fetching-library](https://github.com/marcin-piela/react-fetching-library) |
0 commit comments