A walkthrough on useMemo and useCallback
In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs by storing the results of expensive function calls and returning the cached result when the same inputs occur again.
This article will...
rowjay.hashnode.dev4 min read