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

With Pagination (in React)#

Open in StackBlitz Open in CodeSandbox

This example shows how to implement pagination with urql in your React UI code.

It renders several pages as fragments with one component managing the variables for the page queries. This example is also reapplicable to other libraries, like Svelte or Vue.

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

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

This example contains: