Skip to content

Commit 8e95cc2

Browse files
committed
Transferred ownership of the repo to async-library.
1 parent 6f49eb7 commit 8e95cc2

File tree

19 files changed

+49
-49
lines changed

19 files changed

+49
-49
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please have the **_latest_** stable versions of the following on your machine
1616
To start working on React Async, clone the repo and bootstrap the project:
1717

1818
```sh
19-
git clone https://github.com/ghengeveld/react-async.git
19+
git clone https://github.com/async-library/react-async.git
2020
cd react-async
2121
yarn && yarn bootstrap
2222
yarn build && yarn test

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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/>
@@ -18,41 +18,41 @@
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

5858
React 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
869869
Here'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

codemods/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Where `<target_dir>` should be replaced with the path to your project's source d
2626
For example:
2727

2828
```bash
29-
npx jscodeshift . -t https://raw.githubusercontent.com/ghengeveld/react-async/master/codemods/v6.js
29+
npx jscodeshift . -t https://raw.githubusercontent.com/async-library/react-async/master/codemods/v6.js
3030
```
3131

32-
This will apply the codemod for [v6](https://github.com/ghengeveld/react-async/blob/master/codemods/v6.js)
32+
This will apply the codemod for [v6](https://github.com/async-library/react-async/blob/master/codemods/v6.js)
3333
to the current working directory (`.`).

examples/basic-fetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This demonstrates a very simple HTTP GET using `fetch`, wrapped with React Async.
44

5-
<a href="https://react-async.ghengeveld.now.sh/examples/basic-fetch">
5+
<a href="https://react-async.async-library.now.sh/examples/basic-fetch">
66
<img src="https://img.shields.io/badge/live-demo-blue.svg" alt="live demo">
77
</a>

examples/basic-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basic-fetch-example",
33
"version": "8.0.0",
44
"private": true,
5-
"homepage": "https://react-async.ghengeveld.now.sh/examples/basic-fetch",
5+
"homepage": "https://react-async.async-library.now.sh/examples/basic-fetch",
66
"scripts": {
77
"postinstall": "relative-deps",
88
"prestart": "relative-deps",

examples/basic-hook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This demonstrates how to use the `useAsync` hook.
44

5-
<a href="https://react-async.ghengeveld.now.sh/examples/basic-hook">
5+
<a href="https://react-async.async-library.now.sh/examples/basic-hook">
66
<img src="https://img.shields.io/badge/live-demo-blue.svg" alt="live demo">
77
</a>

examples/basic-hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "basic-hook-example",
33
"version": "8.0.0",
44
"private": true,
5-
"homepage": "https://react-async.ghengeveld.now.sh/examples/basic-hook",
5+
"homepage": "https://react-async.async-library.now.sh/examples/basic-hook",
66
"scripts": {
77
"postinstall": "relative-deps",
88
"prestart": "relative-deps",

examples/custom-instance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Demonstrates how to use a preconfigured React Async instance.
44

5-
<a href="https://react-async.ghengeveld.now.sh/examples/custom-instance">
5+
<a href="https://react-async.async-library.now.sh/examples/custom-instance">
66
<img src="https://img.shields.io/badge/live-demo-blue.svg" alt="live demo">
77
</a>

examples/custom-instance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "custom-instance-example",
33
"version": "8.0.0",
44
"private": true,
5-
"homepage": "https://react-async.ghengeveld.now.sh/examples/custom-instance",
5+
"homepage": "https://react-async.async-library.now.sh/examples/custom-instance",
66
"scripts": {
77
"postinstall": "relative-deps",
88
"prestart": "relative-deps",

examples/movie-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
This is a rebuild of the [React Suspense IO demo](https://reactjs.org/blog/2018/03/01/sneak-peek-beyond-react-16.html)
44
by Dan Abramov at JSConf Iceland 2018, using React Async instead of Suspense.
55

6-
<a href="https://react-async.ghengeveld.now.sh/examples/movie-app">
6+
<a href="https://react-async.async-library.now.sh/examples/movie-app">
77
<img src="https://img.shields.io/badge/live-demo-blue.svg" alt="live demo">
88
</a>

0 commit comments

Comments
 (0)