memo()
Term side of the Card
Topic: APIs
Unit title: memo()
Categories: API
Explanation side of the Card
Explanation: The function that optimizes performance by preventing unnecessary re-renders of a component. It only re-renders the component if its props have changed, helping to reduce rendering time and improve efficiency.