Skip to content

Commit a4b498c

Browse files
authored
Add logo.
1 parent 1d4b988 commit a4b498c

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

README.md

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,38 @@
1-
# `<Async>`
2-
3-
[![npm version](https://img.shields.io/npm/v/react-async.svg)](https://www.npmjs.com/package/react-async)
4-
[![npm downloads](https://img.shields.io/npm/dm/react-async.svg)](https://www.npmjs.com/package/react-async)
5-
[![minified size](https://img.shields.io/bundlephobia/min/react-async.svg)](https://bundlephobia.com/result?p=react-async)
6-
[![Build status](https://img.shields.io/travis/ghengeveld/react-async.svg)](https://travis-ci.org/ghengeveld/react-async)
7-
[![Code coverage](https://img.shields.io/codecov/c/github/ghengeveld/react-async.svg)](https://codecov.io/github/ghengeveld/react-async)
8-
[![ISC license](https://img.shields.io/npm/l/react-async.svg)](https://opensource.org/licenses/ISC)
9-
[![GitHub issues](https://img.shields.io/github/issues/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/issues)
10-
[![GitHub PRs](https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg)](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>
1136

1237
React component for declarative promise resolution and data fetching. Leverages the Render Props pattern for ultimate
1338
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

Comments
 (0)