Back to Query

Installation

docs/framework/svelte/installation.md

5.90.3347 B
Original Source

You can install Svelte Query via NPM.

NPM

bash
npm i @tanstack/svelte-query

or

bash
pnpm add @tanstack/svelte-query

or

bash
yarn add @tanstack/svelte-query

or

bash
bun add @tanstack/svelte-query

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