Skip to content

v2.4.0

Compare
Choose a tag to compare
@albertogasparin albertogasparin released this 24 Oct 10:08
· 68 commits to master since this release

New features

Updates are now batched by default even across actions and stores. It means that calling setState will no longer trigger a synchronous re-render but it will schedule an update that will triggered on next tick.
This behaviour can be disable by setting defaults.batchedUpdates = false