File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 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.
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.
You can’t perform that action at this time.
0 commit comments