Skip to content

Commit 03856fe

Browse files
committed
Update README.md
1 parent 28db0f6 commit 03856fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ assumptions about the shape of your data or the type of request.
2121
- Accepts `onResolved` and `onRejected` callbacks
2222
- Supports optimistic updates using `setData`
2323

24+
> Versions 1.x and 2.x of `react-async` on npm are from a different project abandoned years ago. The original author was
25+
> kind enough to transfer ownership so the `react-async` package name could be repurposed. The first version of
26+
> `<Async>` is v3.0.0.
27+
2428
## Rationale
2529

2630
`<Async>` is different in that it tries to resolve data as close as possible to where it will be used, while using a
@@ -243,3 +247,7 @@ Renders only when the promise is rejected.
243247
```js
244248
<Async.Rejected>{({ error }) => `Unexpected error: ${error.message}`}</Async.Rejected>
245249
```
250+
251+
## Acknowledgements
252+
253+
Many thanks to Andrey Popp for handing over ownership of `react-async` on npm.

0 commit comments

Comments
 (0)