What is React.memo() vs useMemo() Hook in React
What is React.memo()? React.memo() was released with React v16.6. While class components already allowed you to control re-renders with the use of PureComponent or shouldComponentUpdate, React 16.6 introduced the ability to do the same with functiona...
Nov 7, 20213 min read