Skip to content

Commit c278c21

Browse files
committed
Update badges.
1 parent 799e358 commit c278c21

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

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

3-
[![npm version](https://img.shields.io/npm/v/react-async.svg?style=flat)](https://www.npmjs.com/package/react-async)
4-
[![npm downloads](https://img.shields.io/npm/dm/react-async.svg?style=flat)](https://www.npmjs.com/package/react-async)
5-
[![install size](https://packagephobia.now.sh/badge?p=react-async)](https://packagephobia.now.sh/result?p=react-async)
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+
[![npm license](https://img.shields.io/npm/l/react-async.svg)](https://www.npmjs.com/package/react-async)
6+
[![minified size](https://img.shields.io/bundlephobia/min/react-async.svg)](https://bundlephobia.com/result?p=react-async)
7+
[![GitHub issues](https://img.shields.io/github/issues/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/issues)
8+
[![GitHub PRs](https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/pulls)
69

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