Coder Social home page Coder Social logo

Comments (6)

devoNOTbevo avatar devoNOTbevo commented on August 31, 2024 3

I was able to by setting both getItem and setItem:

setStorageType({
    setItem: () => {},
    getItem: () => {
        return createInitState();
    },
    ...localStorage
});
createStore({ ...createInitState() });

from little-state-machine.

bluebill1049 avatar bluebill1049 commented on August 31, 2024 1

hey @devoNOTbevo thanks for the support :) keep it simple. Maybe we should create a folder for examples and doing it just like RHF (code + CSB)? your thoughts?

from little-state-machine.

devoNOTbevo avatar devoNOTbevo commented on August 31, 2024 1

@bluebill1049 yes, I think that could be helpful. I liked that about RHF actually - great job on that site.

One question - is it possible to prevent LSM from storing at all? This is developer's responsibility, but I am concerned about instances where user has not given consent to storage, when it's necessary.

In my example, LSM is still storing the data, I'm just not using all of it.

from little-state-machine.

bluebill1049 avatar bluebill1049 commented on August 31, 2024 1

oh you probably can use setStorageType and give it an object with session storage alike API.

call setStorageType({ setItme: () => {}, ...}) before createStore

basically save data into an object in memory instead of session/local stroage.

from little-state-machine.

devoNOTbevo avatar devoNOTbevo commented on August 31, 2024

@bluebill1049 I will give that a try on a current project and report back. These might can be examples to give also, like you suggested.

from little-state-machine.

bluebill1049 avatar bluebill1049 commented on August 31, 2024

if i have some extra time, i will do a codesandbox for you @devoNOTbevo :)

from little-state-machine.

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.