useCallback. The useCallback hook lets us memoize functions. The return value will be the same function (comparable with === ) ...
確定! 回上一頁