Installation

You can install Svelte Query via NPM.

NPM

bash
npm i @tanstack/svelte-query
npm i @tanstack/svelte-query

or

bash
pnpm add @tanstack/svelte-query
pnpm add @tanstack/svelte-query

or

bash
yarn add @tanstack/svelte-query
yarn add @tanstack/svelte-query

Wanna give it a spin before you download? Try out the basic example!