#memoization
Read more stories on Hashnode
Articles with this tag
Expert-Level Explanation React.memo is a higher-order component that memoizes a functional component. It performs a shallow comparison of the previous...