home.social

Search

1000 results for “daishi”

  1. jotai-signal v0.9.0 is here! This experimental library makes Jotai atoms feel like signals. It's not for production, but there are some interesting technical points. So, it's maintained for now.

    github.com/jotaijs/jotai-signal

  2. jotai-redux v0.3.0 has been published! This library allows you to define a Jotai atom that connects to a Redux store. It's fairly stable, but my guess is that nobody uses it. 😝

    github.com/jotaijs/jotai-redux

  3. jotai-recoil v0.2.0 has been released! This library allows you to create Jotai atoms connected to Recoil states. It's designed to help migrate from @RecoilJS to @JotaiJS.

    github.com/jotaijs/jotai-recoil

  4. jotai-optics v0.4.0 has been released! It's a binding library for Jotai and optics-ts, originally developed by merisbahti.

    I'm looking for someone interested in maintaining it. Familiarity with optics-ts is important.
    github.com/jotaijs/jotai-optics

  5. Found an interesting thread. reddit.com/r/reactjs/comments/

    Some people say Zustand is more intuitive and some other people say Jotai is more intuitive. I think that fact validates both exist.

  6. valtio-yjs v0.5.0 is released! github.com/dai-shi/valtio-yjs

    It's a library to combine Valtio and Yjs. If you know both of them, you will love it. It's very nice to see some contributors work on this project. Thanks so much!

  7. Released proxy-memoize v2.0.2! github.com/dai-shi/proxy-memoi

    It can be used in place of reselect, but it works very differently. The migration is rather easy to explain, though. Remove reselect and add proxy-memoize, _only_ the place needed.

  8. Just released proxy-memoize v2.0.1! github.com/dai-shi/proxy-memoi

    This fixes a performance issue that has been there for quite a while since v1.1.0. Though, I'm not 100% sure if this can break other complicated use cases. Please give it a try and report issues.

  9. Happy to announce proxy-memoize v2.0.0! github.com/dai-shi/proxy-memoi

    We have gotten various feedback during v1. Finally, we decided to release v2 with breaking changes and new features. They are minor things, and migration should be easy.

    Feedback and contributions are appreciated.