Announcing Jotai v2! 🥳
Fully compatible with React 18 and the upcoming `use` hook. Now with a store interface that can be used outside of React.
Enjoy the upgraded website with a new “Getting started” experience! 👻
Jotai v2.3 is released. 🎉
It introduces the `unwrap` util. It unwraps the promise of an async atom, which lets you write derived atoms as sync.
Check it out!
Jotai v2.6 is released. 🎉
Enjoy better support for Next.js app router (and other RSC implementations) and a new `atomWithStorage` feature.
Take a look! 👻
Jotai v2.2 is released. 🎉
It includes a few improvements: `atomWithStorage` and `atomWithDefault` utils are further improved for v2 and ESM builds are optimized for Vite users.
Enjoy! 👻
Jotai v1.11 is released. 🎉
This includes a pre-release of the new Jotai v2 API. Check out the RFC and migration guide.
Please feel free to provide API feedback and report any issues you encounter. Enjoy! 👻
Jotai v1.8.0 is released! 🎉
This release adds a new internal feature for abortability of async functions. It's provided as `abortableAtom` util from 'jotai/utils'.
Please check it out. 👻