• useCallback will return a memoized version of the callback that only changes if one of the inputs has changed.

    Type Parameters

    • T extends Function

    Parameters

    Returns T