Skip to content

0.2.41

Compare
Choose a tag to compare
@SukkaW SukkaW released this 25 Nov 12:36
· 11 commits to master since this release

Core Changes

  • useComponentWillReceiveUpdate now returns whether the props have changed. You can early return your component to skip the JSX creation, so React can re-execute the component function earlier.