Open Decipher opened 2 years ago
The vuex-persistedstate module adds the ability to sync the Vuex store with localstorage.
vuex-persistedstate
I have briefly tested it with Druxt and there are no major issues.
Investigate further and do a write up on the results.
Cache busting: https://github.com/championswimmer/vuex-persist/issues/52
Experiment @ https://github.com/Decipher/druxt-experiments/tree/feature/26-persistedstate
The
vuex-persistedstate
module adds the ability to sync the Vuex store with localstorage.I have briefly tested it with Druxt and there are no major issues.
Investigate further and do a write up on the results.