Persist Stores #465
Persist Stores
#465
-
Hi, What would be one's approach to implement store persistance either using window.localStorage, sessionStorage, IndexedDb or anything else?... I used vuex-persist or vuex-persiststates vuex plugins and I'd like to implement something similar but with the KISS principles Pinia seems to try to follow. Store persistence is the sole feature that I lack to move from a really verbose Vuex 4.x current state to Pinia. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
posva
May 2, 2021
Replies: 1 comment 1 reply
Answer selected by
philippedasilva-orizone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#309 (comment)