Skip to content

Latest commit

History

History
18 lines (14 loc) 路 355 Bytes

installation.md

File metadata and controls

18 lines (14 loc) 路 355 Bytes
id title
installation
Installation

You can install Svelte Query via NPM.

NPM

$ npm i @tanstack/svelte-query
# or
$ pnpm add @tanstack/svelte-query
# or
$ yarn add @tanstack/svelte-query

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