techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

#jotai

0 posts0 participants0 posts today

Just released jotai-suspense v0.4.0! github.com/jotaijs/jotai-suspe

This version includes `useAtomValue` hook. The name is the same as the one in `jotai`, but unlike the original one, this doesn't resolve promises. You need to explicitly use React 19 `use` hook or `react18-use` lib.

GitHubGitHub - jotaijs/jotai-suspenseContribute to jotaijs/jotai-suspense development by creating an account on GitHub.

jotai-zustand v0.4.0 has been released!
This library allows you to create a @JotaiJS atom that is connected to a Zustand store. It's introduced for global access, but as Jotai v2 has the Store API, I'm not sure of the use cases. 😉

github.com/jotaijs/jotai-zusta

GitHubGitHub - jotaijs/jotai-zustand: Jotai integration library for ZustandJotai integration library for Zustand. Contribute to jotaijs/jotai-zustand development by creating an account on GitHub.

Just released jotai-xstate v0.4.0! This is a @JotaiJS library for XState. The atomWithMachine utility creates an atom with a machine.

Unfortunately, this version is still for XState v4. We're looking for a maintainer who can also work on migrating to v5.

github.com/jotaijs/jotai-xstat

GitHubGitHub - jotaijs/jotai-xstate: Jotai integration library for XStateJotai integration library for XState. Contribute to jotaijs/jotai-xstate development by creating an account on GitHub.