Back to Next Js

Next.js and urql

examples/with-urql/README.md

16.2.5975 B
Original Source

Next.js and urql

Use urql with Next.js using SSG.

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-urql with-urql-app
bash
yarn create next-app --example with-urql with-urql-app
bash
pnpm create next-app --example with-urql with-urql-app

Deploy it to the cloud with Vercel (Documentation).