0.2.41
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.
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.