Jotai v3.0.0-alpha.0

v3.0.0-alpha.0Pre-release
Added 1
  • Add useAtomValueRaw and useAtomValueRawSync hooks
Changed 5
  • Switch to module-first package structure
  • Use NODE_ENV directly instead of build-time replacement
  • Drop Rollup bundler in favor of alternative build tooling
  • Target ES2020 in TypeScript compilation
  • Redesign building blocks API
Removed 9
  • Drop support for old TypeScript versions
  • Drop UMD and SystemJS builds
  • Drop support for old Node versions
  • Drop CommonJS build, package is now ES modules only
  • Drop support for old React versions
  • Drop atomFamily API

https://github.com/pmndrs/jotai/blob/v3/docs/guides/migrating-to-v3.mdx

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.20.2...v3.0.0-alpha.0

View original

Upgraded? How did it go?

Discussion