pinia-plugin-persistedstate-2
State persistence plugin
A plugin that persists Pinia state across page reloads and allows custom serialization/deserialization and migration support.
Persist and rehydrate your Pinia state between page reloads.
94 stars
3 watching
9 forks
Language: TypeScript
last commit: 4 days ago
Linked from 1 awesome list
asynclocalforagelocalstoragepiniapluginstoragevue
Related projects:
Repository | Description | Stars |
---|---|---|
jd-wang/pinia-persistedstate | A library that persists Pinia state between page reloads | 15 |
wobsoriano/pinia-shared-state | A plugin that enables shared state across browser tabs using Pinia and broadcast channels. | 270 |
wobsoriano/pinia-xstate | Integrates Xstate state machines with Pinia store for centralized state management in Vue applications. | 55 |
maple3142/vuejs-storage | A Vue.js plugin for persisting data in localStorage or sessionStorage. | 121 |
donavon/use-persisted-state | Provides a custom React Hook for shared and persistent state management across multiple instances, tabs, and browsers | 1,377 |
pinqy520/mobx-persist | A library that enables persistent state management in MobX applications | 560 |
wobsoriano/pinia-undo | Enables undo/redo functionality in state management systems. | 75 |
championswimmer/vuex-persist | A Vuex plugin to persist store data in various storage formats. | 1,668 |
gabrielmbmb/vuex-multi-tab-state | A plugin that synchronizes state between multiple tabs or windows in a Vue.js application using local storage. | 160 |
capaj/mobx-stored | A utility for persisting POJO objects via mobx observables in local storage across browser sessions | 39 |
codedredd/pinia-orm | A Pinia plugin that enables Object-Relational Mapping access to the Pinia Store | 452 |
pinguinjkeke/vue-local-storage | A Vue.js plugin that provides type-safe storage and computed variables for local storage with support for both client-side and server-rendered applications. | 672 |
biluochun/vuex-localstate | A plugin that injects local storage into the Vuex state management system | 18 |
anakic/jot | A C# library for persisting and applying .NET application state | 632 |
yoshuawuyts/choo-persist | A library that persists application state to local storage. | 44 |