State Persistence with Pinia: Lightweight, Customizable, and Async Storage-Ready #2878
stephenjason89
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
State persistence is a game-changer for modern web applications, but many solutions overlook the need for seamless integration with asynchronous storage. I’ve built a lightweight and customizable state-persistence solution for Pinia that supports both synchronous and asynchronous storage, making it perfect for apps using IndexedDB, localForage, or similar storages. Whether you’re building a simple app or a complex system, this plugin ensures your app’s state is always in sync and reliably persisted. I’d love to share what I’ve made and get your feedback!
https://github.com/stephenjason89/pinia-plugin-state-persistence
Beta Was this translation helpful? Give feedback.
All reactions