Tips
Container and presenter
Reselect
Cache createAnimatedComponent
Connect to redux in the wanted specific component
PureComponent first
shouldComponentUpdate
Pure render
Avoid init {}, [] in passed props. Using package var
<Component items={data || []}><Component items={data || EmptyData}>
Avoid init arrow func in passed props
requestAnimationFrame
Last updated