Git Product home page Git Product logo

Comments (3)

michaelcontento avatar michaelcontento commented on June 10, 2024

Hi,

changing the state tree on every update will always cause some trouble. The best solution would be to minimize such changes and use data structures / layouts that allow future changes without breaking on the very first change.

Beside that, redux-storage-decorator-migrate might be a good companion for you. Also your reducers could handle the LOAD / SAVE and transform / update accordingly.

Feel free to re-open this issue if questions are left open!

from redux-storage.

kevando avatar kevando commented on June 10, 2024

Thanks @michaelcontento I will check that out migrate package. That closes this question, but I do have one more thing I'm trying out.

Do you know if Redux ORM will work with your redux-storage?

from redux-storage.

michaelcontento avatar michaelcontento commented on June 10, 2024

I haven't tested redux-storage with redux-orm as your post is the first thing I hear about redux-orm 😂

But I builds on top of redux and as long as it follows the api / design / contract of redux (which it does - as far as I can tell after a quick look) redux-orm and redux-storage should play together nicely 😃

from redux-storage.

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.