Skip to content

Commit f5261ad

Browse files
committed
Remove 'Deploy to now' buttons because they no longer work.
1 parent 44ad0f8 commit f5261ad

File tree

10 files changed

+0
-55
lines changed

10 files changed

+0
-55
lines changed

examples/basic-fetch/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/basic-fetch)
2-
31
# Basic fetch with React Async
42

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

examples/basic-fetch/now.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/basic-hook/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/basic-hook)
2-
31
# Basic fetch with useAsync hook
42

53
This demonstrates how to use the `useAsync` hook.

examples/basic-hook/now.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/custom-instance/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/custom-instance)
2-
31
# Custom React Async instance
42

53
Demonstrates how to use a preconfigured React Async instance.

examples/custom-instance/now.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/movie-app/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/movie-app)
2-
31
# Movie app using React Async
42

53
This is a rebuild of the [React Suspense IO demo](https://reactjs.org/blog/2018/03/01/sneak-peek-beyond-react-16.html)

examples/movie-app/now.json

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ghengeveld/react-async/tree/master/examples/with-abortcontroller)
2-
31
# Abortable fetch with React Async
42

53
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.

examples/with-abortcontroller/now.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)