When to use React's memo HOC
The memo higher-order component can prevent your component for re-rendering unnecessarily, but you should use caution before using it
The memo higher-order component can prevent your component for re-rendering unnecessarily, but you should use caution before using it