React.memo

Subject: Advanced

React.memo

React.memo is a higher-order component that prevents unnecessary re-renders of a component if its props haven't changed.

Example: