useCallback()
Term side of the Card
Topic: Hooks
Unit title: useCallback()
Categories: Hook
Explanation side of the Card
Explanation: The hook that returns a memoized version of a callback function that only changes if one of the dependencies changes. It helps prevent unnecessary re-renders by ensuring that the function reference remains stable.