April 16, 2020 Why React.memo is important? React.memo is a high order component that takes a component and returns a new component. The main purpose of this is to increase performance by avoiding unnecessary rendering. We’ll discuss […] pubudujayasanka React.js 0 1 min read