useMemo is to memoize a calculation result between a function's calls and between renders · useCallback is to memoize a callback itself ( ...
確定! 回上一頁