Skip to content

Commit 9351dab

Browse files
authored
Update README.md
1 parent f089cce commit 9351dab

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
This **tiny** library only **does one thing**, and **does it well**.
77

8+
---
9+
10+
# Sponsor
11+
12+
**[ThisWeekInReact.com](https://thisweekinreact.com/react-async-hook)**: the best newsletter to stay up-to-date with the React ecosystem:
13+
14+
[![ThisWeekInReact.com banner](https://user-images.githubusercontent.com/749374/136185889-ebdb67cd-ec78-4655-b88b-79a6c134acd2.png)](https://thisweekinreact.com/react-async-hook)
15+
16+
---
17+
818
Don't expect it to grow in size, it is **feature complete**:
919

1020
- Handle fetches (`useAsync`)
@@ -23,7 +33,6 @@ Don't expect it to grow in size, it is **feature complete**:
2333
- Returned callbacks are stable
2434

2535

26-
2736

2837
## Small size
2938

@@ -41,14 +50,6 @@ Don't expect it to grow in size, it is **feature complete**:
4150
| **Use-HTTP** | [![](https://img.shields.io/bundlephobia/min/use-http.svg)](https://bundlephobia.com/package/use-http) | [![](https://img.shields.io/bundlephobia/minzip/use-http.svg)](https://bundlephobia.com/package/use-http) |
4251
| **Rest-Hooks** | [![](https://img.shields.io/bundlephobia/min/rest-hooks.svg)](https://bundlephobia.com/package/rest-hooks) | [![](https://img.shields.io/bundlephobia/minzip/rest-hooks.svg)](https://bundlephobia.com/package/rest-hooks) |
4352

44-
---
45-
46-
# Sponsor
47-
48-
**[ThisWeekInReact.com](https://thisweekinreact.com)**: the best newsletter to stay up-to-date with the React ecosystem:
49-
50-
[![ThisWeekInReact.com banner](https://user-images.githubusercontent.com/749374/136185889-ebdb67cd-ec78-4655-b88b-79a6c134acd2.png)](https://thisweekinreact.com)
51-
5253
---
5354

5455
## Things we don't support (by design):

0 commit comments

Comments
 (0)