Skip to content

Commit 1797535

Browse files
committed
Transferred ownership of the repo to async-library.
1 parent 7552f1a commit 1797535

File tree

19 files changed

+55
-49
lines changed

19 files changed

+55
-49
lines changed

CONTRIBUTING.md

+1-1
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

+33-27
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,43 +18,49 @@
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+
<<<<<<< HEAD
34+
=======
35+
<a href="https://react-async.async-library.now.sh/examples/">
36+
<img src="https://badgen.net/badge/live%20examples/available/pink?icon=now" alt="live examples">
37+
</a>
38+
>>>>>>> Transferred ownership of the repo to async-library.
3339
<br/>
34-
<a href="https://circleci.com/gh/ghengeveld/react-async">
35-
<img src="https://badgen.net/circleci/github/ghengeveld/react-async/master?icon=circleci" alt="circleci status">
40+
<a href="https://circleci.com/gh/async-library/react-async">
41+
<img src="https://badgen.net/circleci/github/async-library/react-async/master?icon=circleci" alt="circleci status">
3642
</a>
37-
<a href="https://travis-ci.com/ghengeveld/react-async">
38-
<img src="https://badgen.net/travis/ghengeveld/react-async?icon=travis" alt="travis status">
43+
<a href="https://travis-ci.com/async-library/react-async">
44+
<img src="https://badgen.net/travis/async-library/react-async?icon=travis" alt="travis status">
3945
</a>
40-
<a href="https://codecov.io/gh/ghengeveld/react-async">
41-
<img src="https://badgen.net/codecov/c/github/ghengeveld/react-async/master?icon=codecov" alt="code coverage">
46+
<a href="https://codecov.io/gh/async-library/react-async">
47+
<img src="https://badgen.net/codecov/c/github/async-library/react-async/master?icon=codecov" alt="code coverage">
4248
</a>
43-
<a href="https://www.codefactor.io/repository/github/ghengeveld/react-async">
44-
<img src="https://www.codefactor.io/repository/github/ghengeveld/react-async/badge" alt="code quality">
49+
<a href="https://www.codefactor.io/repository/github/async-library/react-async">
50+
<img src="https://www.codefactor.io/repository/github/async-library/react-async/badge" alt="code quality">
4551
</a>
4652
<a href="https://deepscan.io/dashboard#view=project&tid=5147&pid=6925&bid=61474">
4753
<img src="https://deepscan.io/api/teams/5147/projects/6925/branches/61474/badge/grade.svg" alt="DeepScan grade">
4854
</a>
4955
<br/>
50-
<img src="https://badgen.net/david/dep/ghengeveld/react-async/packages/react-async" alt="dependencies">
51-
<img src="https://badgen.net/david/dev/ghengeveld/react-async" alt="devDependencies">
52-
<img src="https://badgen.net/david/peer/ghengeveld/react-async/packages/react-async" alt="peerDependencies">
56+
<img src="https://badgen.net/david/dep/async-library/react-async/packages/react-async" alt="dependencies">
57+
<img src="https://badgen.net/david/dev/async-library/react-async" alt="devDependencies">
58+
<img src="https://badgen.net/david/peer/async-library/react-async/packages/react-async" alt="peerDependencies">
5359
<br/>
5460
<a href="https://discord.gg/CAYQ6mU">
5561
<img src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat" />
5662
</a>
57-
<a href="https://react-async.ghengeveld.now.sh/examples/">
63+
<a href="https://react-async.async-library.now.sh/examples/">
5864
<img src="https://badgen.net/badge/live%20examples/available/pink?icon=now" alt="live examples">
5965
</a>
6066
</p>
@@ -82,7 +88,7 @@ Use it with `fetch`, Axios or other data fetching libraries, even GraphQL.
8288
> ## Upgrading to v8
8389
>
8490
> Version 8 comes with breaking changes. See [Upgrading](#upgrading) for details.
85-
> A [codemod](https://github.com/ghengeveld/react-async/tree/master/codemods) is available.
91+
> A [codemod](https://github.com/async-library/react-async/tree/master/codemods) is available.
8692
8793
# Table of Contents
8894

@@ -191,7 +197,7 @@ All standalone helper components were renamed to avoid import naming collision.
191197
- `<Rejected>` was renamed to `<IfRejected`.
192198
- `<Settled>` was renamed to `<IfSettled>`.
193199

194-
> A [codemod](https://github.com/ghengeveld/react-async/tree/master/codemods) is available to automate the upgrade.
200+
> A [codemod](https://github.com/async-library/react-async/tree/master/codemods) is available to automate the upgrade.
195201
196202
The return type for `run` was changed from `Promise` to `undefined`. You should now use the `promise` prop instead. This
197203
is a manual upgrade. See [`promise`](#promise-1) for details.
@@ -202,7 +208,7 @@ is a manual upgrade. See [`promise`](#promise-1) for details.
202208
- Some of the other helpers were also renamed, but the old ones remain as alias.
203209
- Don't forget to deal with any custom instances of `<Async>` when upgrading.
204210

205-
> A [codemod](https://github.com/ghengeveld/react-async/tree/master/codemods) is available to automate the upgrade.
211+
> A [codemod](https://github.com/async-library/react-async/tree/master/codemods) is available to automate the upgrade.
206212
207213
#### Upgrade to v4
208214

@@ -531,7 +537,7 @@ state, the dispatched action and the internal reducer. You probably want to invo
531537
> This is a power feature which loosely follows the [state reducer pattern]. It allows you to control state changes by
532538
> intercepting actions before they are handled, or by overriding or enhancing the reducer itself.
533539
534-
[internal reducer]: https://github.com/ghengeveld/react-async/blob/master/src/reducer.js
540+
[internal reducer]: https://github.com/async-library/react-async/blob/master/src/reducer.js
535541
[state reducer pattern]: https://kentcdodds.com/blog/the-state-reducer-pattern
536542

537543
#### `dispatcher`
@@ -881,7 +887,7 @@ return <IfSettled state={state}>{state => `Finished at ${state.finishedAt.toISOS
881887
## Usage examples
882888
883889
Here's several examples to give you an idea of what's possible with React Async. For fully working examples, please
884-
check out the [`examples` directory](https://github.com/ghengeveld/react-async/tree/master/examples).
890+
check out the [`examples` directory](https://github.com/async-library/react-async/tree/master/examples).
885891
886892
### Data fetching
887893
@@ -995,7 +1001,7 @@ render() {
9951001
9961002
<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>
9971003
998-
Your organization here? [Let us know](https://github.com/ghengeveld/react-async/issues/22) you're using React Async!
1004+
Your organization here? [Let us know](https://github.com/async-library/react-async/issues/22) you're using React Async!
9991005
10001006
## Acknowledgements
10011007

codemods/README.md

+2-2
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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>

examples/movie-app/package.json

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

examples/with-abortcontroller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This demonstrates a very simple HTTP GET using `fetch`, which gets the AbortSignal passed in to actually abort the HTTP request when the promise is canceled.
44

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

examples/with-abortcontroller/package.json

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

examples/with-nextjs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This demonstrates how React Async integrates with Next.js.
44

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

examples/with-typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This demonstrates how React Async integrates with TypeScript.
44

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

examples/with-typescript/package.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"private": true,
44
"author": "Gert Hengeveld <[email protected]>",
55
"license": "ISC",
6-
"homepage": "https://react-async.dev",
7-
"repository": "git+https://github.com/ghengeveld/react-async.git",
6+
"homepage": "https://async-library.com",
7+
"repository": "git+https://github.com/async-library/react-async.git",
88
"workspaces": [
99
"examples/*",
1010
"packages/*"

packages/react-async-devtools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
],
1010
"author": "Gert Hengeveld <[email protected]>",
1111
"license": "ISC",
12-
"homepage": "https://react-async.dev",
12+
"homepage": "https://async-library.com",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/ghengeveld/react-async.git",
15+
"url": "https://github.com/async-library/react-async.git",
1616
"directory": "packages/react-async-devtools"
1717
},
1818
"main": "src",

packages/react-async/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"author": "Gert Hengeveld <[email protected]>",
1313
"license": "ISC",
14-
"homepage": "https://react-async.dev",
14+
"homepage": "https://async-library.com",
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/ghengeveld/react-async.git",
17+
"url": "https://github.com/async-library/react-async.git",
1818
"directory": "packages/react-async"
1919
},
2020
"main": "src",

0 commit comments

Comments
 (0)