“In which situation is useCallback most useful?”
When preventing expensive calculations inside render
When passing a callback prop to a child wrapped in memo
When replacing all event handlers for consistency
When synchronizing state with external systems