Skip to content

v2.2.0

Compare
Choose a tag to compare
@albertogasparin albertogasparin released this 16 May 06:36
· 82 commits to master since this release

New features

  • added batch API to easily batch multiple setState calls and actions. It is basically a re-export of React.unstable_batchedUpdates API.

Bug fixes

  • sweet-state now fully works under React StrictMode, even while in dev mode. Now sweet-state is more compliant with the future React Concurrent