github pmndrs/jotai v1.3.3

latest releases: v2.10.0, v2.9.3, v2.9.2...
3 years ago

Summary

jotai

Previously, writing atom returns always void, but this was troublesome when a derived atom has a custom write function which returns a promise. Now, it returns a promise if write returns a promise.

PRs

  • #687 refactor(core): re-implement useAtom with useReducer
  • #689 fix(core): return promise void on write atom and set

Don't miss a new jotai release

NewReleases is sending notifications on new releases.