11<p align =" center " >
2- <a href =" https://react-async.dev " ><img src =" https://raw.githubusercontent.com/ghengeveld /react-async/HEAD/react-async.png " width =" 520 " alt =" React Async " /></a ><br />
2+ <a href =" https://react-async.dev " ><img src =" https://raw.githubusercontent.com/async-library /react-async/HEAD/react-async.png " width =" 520 " alt =" React Async " /></a ><br />
33 Handle promises with ease.
44</p >
55<br />
1818 <img src="https://badgen.net/npm/license/react-async" alt="license">
1919 </a >
2020 <br />
21- <a href =" https://github.com/ghengeveld /react-async/issues " >
22- <img src="https://badgen.net/github/open-issues/ghengeveld /react-async?icon=github" alt="issues">
21+ <a href =" https://github.com/async-library /react-async/issues " >
22+ <img src="https://badgen.net/github/open-issues/async-library /react-async?icon=github" alt="issues">
2323 </a >
24- <a href =" https://github.com/ghengeveld /react-async/pulls " >
25- <img src="https://badgen.net/github/open-prs/ghengeveld /react-async?icon=github" alt="pull requests">
24+ <a href =" https://github.com/async-library /react-async/pulls " >
25+ <img src="https://badgen.net/github/open-prs/async-library /react-async?icon=github" alt="pull requests">
2626 </a >
27- <a href =" https://github.com/ghengeveld /react-async/releases " >
28- <img src="https://badgen.net/github/releases/ghengeveld /react-async?icon=github" alt="releases">
27+ <a href =" https://github.com/async-library /react-async/releases " >
28+ <img src="https://badgen.net/github/releases/async-library /react-async?icon=github" alt="releases">
2929 </a >
30- <a href =" https://github.com/ghengeveld /react-async/graphs/contributors " >
31- <img src="https://badgen.net/github/contributors/ghengeveld /react-async?icon=github" alt="contributors">
30+ <a href =" https://github.com/async-library /react-async/graphs/contributors " >
31+ <img src="https://badgen.net/github/contributors/async-library /react-async?icon=github" alt="contributors">
3232 </a >
33- <a href =" https://react-async.ghengeveld .now.sh/examples/ " >
33+ <a href =" https://react-async.async-library .now.sh/examples/ " >
3434 <img src="https://badgen.net/badge/live%20examples/available/pink?icon=now" alt="live examples">
3535 </a >
3636 <br />
37- <a href =" https://circleci.com/gh/ghengeveld /react-async " >
38- <img src="https://badgen.net/circleci/github/ghengeveld /react-async/master?icon=circleci" alt="circleci status">
37+ <a href =" https://circleci.com/gh/async-library /react-async " >
38+ <img src="https://badgen.net/circleci/github/async-library /react-async/master?icon=circleci" alt="circleci status">
3939 </a >
40- <a href =" https://travis-ci.com/ghengeveld /react-async " >
41- <img src="https://badgen.net/travis/ghengeveld /react-async?icon=travis" alt="travis status">
40+ <a href =" https://travis-ci.com/async-library /react-async " >
41+ <img src="https://badgen.net/travis/async-library /react-async?icon=travis" alt="travis status">
4242 </a >
43- <a href =" https://codecov.io/gh/ghengeveld /react-async " >
44- <img src="https://badgen.net/codecov/c/github/ghengeveld /react-async/master?icon=codecov" alt="code coverage">
43+ <a href =" https://codecov.io/gh/async-library /react-async " >
44+ <img src="https://badgen.net/codecov/c/github/async-library /react-async/master?icon=codecov" alt="code coverage">
4545 </a >
46- <a href =" https://www.codefactor.io/repository/github/ghengeveld /react-async " >
47- <img src="https://www.codefactor.io/repository/github/ghengeveld /react-async/badge" alt="code quality">
46+ <a href =" https://www.codefactor.io/repository/github/async-library /react-async " >
47+ <img src="https://www.codefactor.io/repository/github/async-library /react-async/badge" alt="code quality">
4848 </a >
4949 <a href =" https://deepscan.io/dashboard#view=project&tid=5147&pid=6925&bid=61474 " >
5050 <img src="https://deepscan.io/api/teams/5147/projects/6925/branches/61474/badge/grade.svg" alt="DeepScan grade">
5151 </a >
5252 <br />
53- <img src =" https://badgen.net/david/dep/ghengeveld /react-async/packages/react-async " alt =" dependencies " >
54- <img src =" https://badgen.net/david/dev/ghengeveld /react-async " alt =" devDependencies " >
55- <img src =" https://badgen.net/david/peer/ghengeveld /react-async/packages/react-async " alt =" peerDependencies " >
53+ <img src =" https://badgen.net/david/dep/async-library /react-async/packages/react-async " alt =" dependencies " >
54+ <img src =" https://badgen.net/david/dev/async-library /react-async " alt =" devDependencies " >
55+ <img src =" https://badgen.net/david/peer/async-library /react-async/packages/react-async " alt =" peerDependencies " >
5656</p >
5757
5858React component and hook for declarative promise resolution and data fetching. Makes it easy to handle every
@@ -78,7 +78,7 @@ Use it with `fetch`, Axios or other data fetching libraries, even GraphQL.
7878> ## Upgrading to v8
7979>
8080> Version 8 comes with breaking changes. See [ Upgrading] ( #upgrading ) for details.
81- > A [ codemod] ( https://github.com/ghengeveld /react-async/tree/master/codemods ) is available.
81+ > A [ codemod] ( https://github.com/async-library /react-async/tree/master/codemods ) is available.
8282
8383# Table of Contents
8484
@@ -186,15 +186,15 @@ All standalone helper components were renamed to avoid import naming collision.
186186- ` <Rejected> ` was renamed to ` <IfRejected ` .
187187- ` <Settled> ` was renamed to ` <IfSettled> ` .
188188
189- > A [ codemod] ( https://github.com/ghengeveld /react-async/tree/master/codemods ) is available to automate the upgrade.
189+ > A [ codemod] ( https://github.com/async-library /react-async/tree/master/codemods ) is available to automate the upgrade.
190190
191191#### Upgrade to v6
192192
193193- ` <Async.Pending> ` was renamed to ` <Async.Initial> ` .
194194- Some of the other helpers were also renamed, but the old ones remain as alias.
195195- Don't forget to deal with any custom instances of ` <Async> ` when upgrading.
196196
197- > A [ codemod] ( https://github.com/ghengeveld /react-async/tree/master/codemods ) is available to automate the upgrade.
197+ > A [ codemod] ( https://github.com/async-library /react-async/tree/master/codemods ) is available to automate the upgrade.
198198
199199#### Upgrade to v4
200200
@@ -518,7 +518,7 @@ state, the dispatched action and the internal reducer. You probably want to invo
518518> This is a power feature which loosely follows the [ state reducer pattern] . It allows you to control state changes by
519519> intercepting actions before they are handled, or by overriding or enhancing the reducer itself.
520520
521- [ internal reducer ] : https://github.com/ghengeveld /react-async/blob/master/src/reducer.js
521+ [ internal reducer ] : https://github.com/async-library /react-async/blob/master/src/reducer.js
522522[ state reducer pattern ] : https://kentcdodds.com/blog/the-state-reducer-pattern
523523
524524#### ` dispatcher `
@@ -867,7 +867,7 @@ return <IfSettled state={state}>{state => `Finished at ${state.finishedAt.toISOS
867867## Usage examples
868868
869869Here's several examples to give you an idea of what's possible with React Async. For fully working examples, please
870- check out the [` examples` directory](https://github.com/ghengeveld /react-async/tree/master/examples).
870+ check out the [` examples` directory](https://github.com/async-library /react-async/tree/master/examples).
871871
872872### Data fetching
873873
@@ -981,7 +981,7 @@ render() {
981981
982982<a href="https://xebia.com"><img src="https://user-images.githubusercontent.com/321738/52999660-a9949780-3426-11e9-9a7e-42b400f4ccbe.png" height="40" alt="Xebia" /></a> <a href="https://intergamma.nl"><img src="https://user-images.githubusercontent.com/321738/52999676-b5805980-3426-11e9-899e-6c9669176df4.png" height="40" alt="Intergamma" /></a> <a href="https://www.bol.com"><img src="https://user-images.githubusercontent.com/321738/57380602-8ff32880-71a9-11e9-9936-a8bc77f2518b.png" height="40" alt="bol.com" /></a>
983983
984- Your organization here? [Let us know](https://github.com/ghengeveld /react-async/issues/22) you're using React Async!
984+ Your organization here? [Let us know](https://github.com/async-library /react-async/issues/22) you're using React Async!
985985
986986## Acknowledgements
987987
0 commit comments