Back to Urql

With Svelte

examples/with-svelte/README.md

1.8.21.0 KB
Original Source

With Svelte

<p> <a href="https://stackblitz.com/github/urql-graphql/urql/tree/main/examples/with-svelte"> </a> <a href="https://codesandbox.io/p/sandbox/github/urql-graphql/urql/tree/main/examples/with-svelte"> </a> </p>

This example shows @urql/svelte in use with Svelte, as explained on the "Svelte" page of the "Basics" documentation.

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

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

This example contains: