1 min read 31 words Updated Sep 24, 2026 Created Sep 24, 2026
#JavaScript#React#frontend

Not the same as useMemo.

React.Memois a high-order-component, that checks if a component's props have changed or not. Therefore, avoiding unnecessary re-renders. It compares the new props to the previous ones.