Skip to content

v5.2.2

Compare
Choose a tag to compare
@davidgilbertson davidgilbertson released this 15 Apr 01:39
· 13 commits to master since this release

Updates to collected components are now batched into a single render. This boosts performance in some cases, for example if all of these are true:

  • a parent and child component are both wrapped in collect
  • the parent passes props to the child
  • a change in the store triggers an update on both components
  • the change is such that the props passed from parent to child are also updated