useMemo()
Term side of the Card
Topic: Hooks
Unit title: useMemo()
Categories: Hook
Explanation side of the Card
Explanation: The hook that returns a memoized value, recomputing it only if one of the dependencies changes. It helps optimize performance by avoiding expensive calculations on every render if the inputs remain the same.