Decipher / druxt-experiments

Experimenting with Druxt
1 stars 1 forks source link

Experiment: Vuex PersistedState / Caching and offline mode #26

Open Decipher opened 2 years ago

Decipher commented 2 years ago

As a user I want the Vuex store to persist between browser sessions and tabs, so that I don't have to reload data I already have.

I also want a method to clear cache.

And if possible, it would be nice to be able to navigate even when the the client is offline.