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.

3m read timeFrom towardsdev.com
Post cover image
Table of contents
useMemo and useCallback in ReactuseMemo hookuseCallback hookWhen to use these hooks?useMemouseCallback
5 Comments

Sort: