Hooks for managing, caching and syncing asynchronous and remote data in Svelte
You can install it with npm install @tanstack/svelte-query
PRs are welcome! You noticed a bug, a possible improvement or whatever? Any help is always appreciated, so don't hesitate opening one!
Be sure to check out the contributing guidelines to fasten up the merging process.
Get started (Devs)
git clone [email protected]:SvelteStack/svelte-query.git
cd svelte-query
yarn
yarn storybook
Running Storybook
cd storybook
yarn
yarn start
Running the tests
yarn test
Running the Docs
cd docs
yarn
yarn build
yarn start
Build
yarn build