Skip to content

Commit 5ae0b54

Browse files
committed
Add badges.
1 parent ff46f0d commit 5ae0b54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# `<Async>`
22

3+
[![npm version](https://badge.fury.io/js/react-async.svg)](https://www.npmjs.com/package/react-async)
4+
[![install size](https://packagephobia.now.sh/badge?p=react-async)](https://packagephobia.now.sh/result?p=react-async)
5+
36
React component for declarative promise resolution and data fetching. Leverages the Render Props pattern for ultimate
47
flexibility as well as the new Context API for ease of use. Makes it easy to handle loading and error states, without
58
assumptions about the shape of your data or the type of request.

0 commit comments

Comments
 (0)