Back to Next Js

Next.js example with `graphql-react`

examples/with-graphql-react/README.md

16.2.52.4 KB
Original Source

Next.js example with graphql-react

graphql-react is a GraphQL client for React using modern context and hooks APIs that is lightweight (< 3 KB size limited) but powerful; the first Relay and Apollo alternative with server side rendering.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-graphql-react with-graphql-react-app
bash
yarn create next-app --example with-graphql-react with-graphql-react-app
bash
pnpm create next-app --example with-graphql-react with-graphql-react-app

Deploy it to the cloud with Vercel (Documentation).

Notes