v2.19.0
Changed 1
- Improve store.get performance when atoms are not mutated
Deprecated 1
- Deprecate delay option in react
We improved the core to enable atom caching for performance for some cases.
What's Changed
- fix(react): deprecate delay option by @dai-shi in https://github.com/pmndrs/jotai/pull/3264
- feat: improve store.get performance when atoms are not mutated by @dmaskasky in https://github.com/pmndrs/jotai/pull/3265 thanks to @edkimmel
New Contributors
- @composite made their first contribution in https://github.com/pmndrs/jotai/pull/3268
Full Changelog: https://github.com/pmndrs/jotai/compare/v2.18.1...v2.19.0