From 5a0feb2aa625c31fc84396ceeb4019256c48630b Mon Sep 17 00:00:00 2001 From: Andrew Ferreira Date: Sat, 8 Feb 2025 12:26:24 -0300 Subject: [PATCH] docs: add `tauri-plugin-valtio` as a third-party library --- docs/resources/libraries.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/libraries.mdx b/docs/resources/libraries.mdx index 361f328e..c73b4cc9 100644 --- a/docs/resources/libraries.mdx +++ b/docs/resources/libraries.mdx @@ -27,6 +27,8 @@ Disclaimer: These libraries may have bugs, limited maintenance, or other limitat - [swc-plugin-valtio](https://github.com/sosukesuzuki/swc-plugin-valtio) - Valtio useProxy transformer for SWC. +- [tauri-plugin-valtio](https://github.com/ferreira-tb/tauri-store/tree/main/packages/tauri-plugin-valtio) - Persistent valtio state for Tauri, accessible from both JavaScript and Rust. + - [use-valtio](https://github.com/dai-shi/use-valtio) - Another custom hook to use Valtio proxy state - [valtio-element](https://github.com/lxsmnsyc/valtio-element) - Create reactive, declarative custom elements with valtio