With Svelte#
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:
yarn install
yarn run start
# or
npm install
npm run start
This example contains:
- The
@urql/sveltebindings with a client set up insrc/App.svelte - A query for pokémon in
src/PokemonList.svelte