From 43b1a490f219a4d425541299d907802c5fed4b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Erlihs?= <144874155+erlihs@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:46:37 +0300 Subject: [PATCH] Add pinia-plugin-storage to persistence plugins list Includes also IndexedDB, debouncing and throttling, sync between tabs and more --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6affe7cd..d02402a19 100644 --- a/README.md +++ b/README.md @@ -1596,6 +1596,7 @@ _LocalStorage etc._ - [pinia-persistedstate-2](https://github.com/iendeavor/pinia-plugin-persistedstate-2) - Persist and rehydrate your Pinia state between page reloads. - [@tauri-store/pinia](https://github.com/ferreira-tb/tauri-store/tree/main/packages/plugin-pinia) - Persistent Pinia stores for Tauri. - [pinia-plugin-unstorage](https://github.com/litingyes/pinia-plugin-unstorage) - The best persistence plugin with unjs/unstorage for pinia. +- [@erlihs/pinia-plugin-storage](https://github.com/erlihs/pinia-plugin-storage) - A comprehensive state persistence and synchronization, yet as simple as it can be. ##### Authentication/Authorization