File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ assumptions about the shape of your data or the type of request.
21
21
- Accepts ` onResolved ` and ` onRejected ` callbacks
22
22
- Supports optimistic updates using ` setData `
23
23
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
+
24
28
## Rationale
25
29
26
30
` <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.
243
247
``` js
244
248
< Async .Rejected > {({ error }) => ` Unexpected error: ${ error .message } ` }< / Async .Rejected >
245
249
```
250
+
251
+ ## Acknowledgements
252
+
253
+ Many thanks to Andrey Popp for handing over ownership of ` react-async ` on npm.
You can’t perform that action at this time.
0 commit comments