Git Product home page Git Product logo

Comments (7)

beebase avatar beebase commented on May 22, 2024 3

I'm still having trouble with resetting state. Whenever I change the default state in my vuex file (adding/changing/removing a prop) I need to clear localstorage, close the browser, stop webpack dev server, comment out persisted state in the my vuex store.js and restart everything again. And even then, sometimes the old state still comes back, ignoring my changes to the default vuex state.

What's the procedure to reset local storage to the default state of your vuex file?

from vuex-persistedstate.

ryaposov avatar ryaposov commented on May 22, 2024 2

It seems that vuex-persistedstate is fast enough to get browser localStorage before I remove it on start of the app and then set again after.

I was able to reset Vuex state with simple localStorage.removeItem('vuex-state-name') executed right before new Vuex.Store() with plugin initialization.

from vuex-persistedstate.

robinvdvleuten avatar robinvdvleuten commented on May 22, 2024 1

Please see issue #88. You should reset your state by using mutations instead of touching the localStorage instance directly.

from vuex-persistedstate.

robinvdvleuten avatar robinvdvleuten commented on May 22, 2024

How do you clear the localstorage? Do you do this through the devtools inspector?

from vuex-persistedstate.

beebase avatar beebase commented on May 22, 2024

ah, my bad. The client connection to the app server was resetting state to old data. When I disconnect server, empty localstorage (devtools) and reload, my localStorage state equals vuex initial state again. So this has nothing to do with vuex-persistedstate. Sorry.

from vuex-persistedstate.

robinvdvleuten avatar robinvdvleuten commented on May 22, 2024

@ryaposov that's indeed also an option if you will execute this before creating the Vuex store.

from vuex-persistedstate.

beebase avatar beebase commented on May 22, 2024

Thanks for the tip. I was indeed already using a logout method that loops through all the vuex modules, clearing their states. However during development it's sometimes convenient to clear the store all together with localStorage.removeItem() just before new Vuex.Store() @ryaposov thanks for that!

from vuex-persistedstate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.