memoization or memoisation is an optimization technique used to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again. In React, memoization has the same philosophy but it’s a little bit different but it's a bit different to memoization.
Table of contents
useMemo and useCallback in ReactuseMemo hookuseCallback hookWhen to use these hooks?useMemouseCallback5 Comments
Sort: