# tauri-plugin-svelte
Persistent [Svelte](https://svelte.dev/) stores and runes for Tauri.
> [!NOTE]
> This is not an official plugin.
## Features
- Save your stores to disk.
- Synchronize across multiple windows.
- Debounce or throttle store updates.
- Access the stores from both JavaScript and Rust.
## Documentation
Check the [documentation](https://tb.dev.br/tauri-store/plugin-svelte/guide/getting-started) for more information on how to install and use the plugin.
## Plugins
Currently, the following plugins are available:
| [tauri-store](https://tb.dev.br/tauri-store/guide/getting-started) | [](https://www.npmjs.com/package/tauri-store) | Everything |
| [@tauri-store/pinia](https://tb.dev.br/tauri-store/plugin-pinia/guide/getting-started) | [](https://www.npmjs.com/package/@tauri-store/pinia) | Vue, Nuxt |
| [@tauri-store/svelte](https://tb.dev.br/tauri-store/plugin-svelte/guide/getting-started) | [](https://www.npmjs.com/package/@tauri-store/svelte) | Svelte |
| [@tauri-store/valtio](https://tb.dev.br/tauri-store/plugin-valtio/guide/getting-started) | [](https://www.npmjs.com/package/@tauri-store/valtio) | React |
| [@tauri-store/vue](https://tb.dev.br/tauri-store/plugin-vue/guide/getting-started) | [](https://www.npmjs.com/package/@tauri-store/vue) | Vue, Nuxt |
| [@tauri-store/zustand](https://tb.dev.br/tauri-store/plugin-zustand/guide/getting-started) | [](https://www.npmjs.com/package/@tauri-store/zustand) | React |
## Supported Tauri Version
The plugins require Tauri `2.0` or later.