Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

With Next.js#

Open in StackBlitz Open in CodeSandbox

This example shows next-urql and urql in use with Next.js as explained in the "Next.js" section on the "Server-side Rendering" docs page.

To run this example install dependencies and run the start script:

yarn install
yarn run start
# or
npm install
npm run start