React.memo

We can improve the performance of React App just by simply avoiding component re-renders. A wasted render happens when a component is rendered with the exact same input data and…