GithubHelp home page GithubHelp logo

Comments (8)

drarmstr avatar drarmstr commented on May 8, 2024 13

Yup! internally we have persistence and dev tool support. We're working on polishing the API so we can publish it and example libraries using it.

from recoil.

polemius avatar polemius commented on May 8, 2024 10

@shivamd20 Good feature request! While we are waiting for devtool support I've wrote the logger for recoil https://github.com/polemius/recoil-logger

from recoil.

ulises-jeremias avatar ulises-jeremias commented on May 8, 2024 6

Hi everyone! I'm working on this right now!

Both packages can be found in this Github repository, in which i'm creating devtools for recoil based on existing redux devtools and other projects. In future, more devtools and docs will be available!

from recoil.

davidmccabe avatar davidmccabe commented on May 8, 2024 3

For serialization and deserialization, use the useTransactionObservation and useSetUnvalidatedAtomValues hooks (unstable, API will likely change for the better in the next few weeks).

For the actual serialization/deserialization part, internally some of our apps use the Transit library
It's a flexible, hassle-free, and performant way to serialize. Maybe there's something newer that's emerged in the JS ecosystem since I last looked into this, I don't know. It works great for us. https://github.com/cognitect/transit-js

from recoil.

davidmccabe avatar davidmccabe commented on May 8, 2024 2

For side effects, I would suggest just having a component with useEffect. Let me know if there's something you'd like to do that isn't readily handled in that manner.

from recoil.

ramblingenzyme avatar ramblingenzyme commented on May 8, 2024 2

I suppose you could write hooks to wrap any mixing of Recoil state and side effects, but couldn't this also be done with selectors directly if the set function could be async so all the responsibility stays in Recoil and you can't mess it up by using the selector instead of the hook?

Just throwing this out more than anything else, I'd understand wanting to lean on React more.

from recoil.

adnux avatar adnux commented on May 8, 2024 1

I have to agree that if recoil could handle side-effects in a "graceful" standardized way (once i call a, then call b in case of success or c in case of failure), i would not just help avoid misunderstandings from developers, but also eliminates the need to have another library to deal with that!

from recoil.

drarmstr avatar drarmstr commented on May 8, 2024

It would be interesting to see examples of side-effects that can't cleanly be captured with the existing API and effects to evaluate requirements.

from recoil.

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.