rsnext/examples/with-urql
2021-04-14 09:46:06 -05:00
..
graphql Update .now.sh to .vercel.app. (#22359) 2021-04-14 09:46:06 -05:00
pages
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json
README.md Update links that go to vercel.com/now (#21556) 2021-01-26 18:59:01 +00:00

Next.js and urql

Use urql with Next.js using SSG.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

npx create-next-app --example with-urql with-urql-app
# or
yarn create next-app --example with-urql with-urql-app

Deploy it to the cloud with Vercel (Documentation).