Installation
You can install Svelte Query with NPM,
Yarn, or a good ol' <script>
via
unpkg.com.
NPM
1 $ npm i @sveltestack/svelte-query
2
3 $ yarn add @sveltestack/svelte-query
Wanna give it a spin before you download? Try out the simple or basic examples!