|
1 |
| -# `<Async>` |
2 |
| - |
3 |
| -[](https://www.npmjs.com/package/react-async) |
4 |
| -[](https://www.npmjs.com/package/react-async) |
5 |
| -[](https://bundlephobia.com/result?p=react-async) |
6 |
| -[](https://travis-ci.org/ghengeveld/react-async) |
7 |
| -[](https://codecov.io/github/ghengeveld/react-async) |
8 |
| -[](https://opensource.org/licenses/ISC) |
9 |
| -[](https://github.com/ghengeveld/react-async/issues) |
10 |
| -[](https://github.com/ghengeveld/react-async/pulls) |
| 1 | +<br/> |
| 2 | +<p align="center"> |
| 3 | + <a href="https://github.com/ghengeveld/react-async"><img src="./react-async.png" width="435" height="132" /></a> |
| 4 | +</p> |
| 5 | +<p align="center"> |
| 6 | + Handle promises with ease. |
| 7 | +</p> |
| 8 | +<br/> |
| 9 | + |
| 10 | +<p align="center"> |
| 11 | + <a href="https://www.npmjs.com/package/react-async"> |
| 12 | + <img src="https://img.shields.io/npm/v/react-async.svg" alt="npm version"> |
| 13 | + </a> |
| 14 | + <a href="https://www.npmjs.com/package/react-async"> |
| 15 | + <img src="https://img.shields.io/npm/dm/react-async.svg" alt="npm downloads"> |
| 16 | + </a> |
| 17 | + <a href="https://bundlephobia.com/result?p=react-async"> |
| 18 | + <img src="https://img.shields.io/bundlephobia/min/react-async.svg" alt="minified size"> |
| 19 | + </a> |
| 20 | + <a href="https://travis-ci.org/ghengeveld/react-async"> |
| 21 | + <img src="https://img.shields.io/travis/ghengeveld/react-async.svg" alt="build status"> |
| 22 | + </a> |
| 23 | + <a href="https://codecov.io/github/ghengeveld/react-async"> |
| 24 | + <img src="https://img.shields.io/codecov/c/github/ghengeveld/react-async.svg" alt="code coverage"> |
| 25 | + </a> |
| 26 | + <a href="https://opensource.org/licenses/ISC"> |
| 27 | + <img src="https://img.shields.io/npm/l/react-async.svg" alt="license"> |
| 28 | + </a> |
| 29 | + <a href="https://github.com/ghengeveld/react-async/issues"> |
| 30 | + <img src="https://img.shields.io/github/issues/ghengeveld/react-async.svg" alt="issues"> |
| 31 | + </a> |
| 32 | + <a href="https://github.com/ghengeveld/react-async/pulls"> |
| 33 | + <img src="https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg" alt="pull requests"> |
| 34 | + </a> |
| 35 | +</p> |
11 | 36 |
|
12 | 37 | React component for declarative promise resolution and data fetching. Leverages the Render Props pattern for ultimate
|
13 | 38 | flexibility as well as the new Context API for ease of use. Makes it easy to handle loading and error states, without
|
|
0 commit comments