Skip to content

Commit 4e3d64f

Browse files
committed
Update the readme “Examples” section.
1 parent 058084f commit 4e3d64f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- Updated `react-dom/server` imports in tests to suit React v18.
2323
- Fixed the `fetchGraphQL` test with the global `fetch` API unavailable for new versions of Node.js that have the `fetch` global.
2424
- Fixed some JSDoc links.
25+
- Revamped the readme:
26+
- Updated the “Examples” section to reflect the [`graphql-react` examples repo](https://github.com/jaydenseric/graphql-react-examples) migration from [Node.js](https://nodejs.org), [Next.js](https://nextjs.org), and [Vercel](https://vercel.com) to [Deno](https://deno.land), [Ruck](https://ruck.tech), and [Fly.io](https://fly.io).
2527

2628
## 18.0.0
2729

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To server side render your app, use the [`waterfallRender`](https://github.com/j
3535

3636
## Examples
3737

38-
- [Next.js example](https://github.com/jaydenseric/graphql-react-examples) deployed at [graphql-react.vercel.app](https://graphql-react.vercel.app).
38+
- [`graphql-react` examples repo](https://github.com/jaydenseric/graphql-react-examples), a [Deno](https://deno.land) [Ruck](https://ruck.tech) web app deployed at [graphql-react-examples.fly.dev](https://graphql-react-examples.fly.dev).
3939
- [Official Next.js example](https://github.com/vercel/next.js/tree/canary/examples/with-graphql-react) (often outdated as the Next.js team can be extremely slow to review and merge pull requests).
4040

4141
Here is a basic example using the [GitHub GraphQL API](https://docs.github.com/en/graphql), with tips commented:

0 commit comments

Comments
 (0)