Getting Started

Installation

You can install Svelte Query via NPM.

NPM

sh
npm i @tanstack/svelte-query

or

sh
pnpm add @tanstack/svelte-query

or

sh
yarn add @tanstack/svelte-query

or

sh
bun add @tanstack/svelte-query

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