Demystifying useMemo and useCallback hooks
React useMemo Hook
useMemo returns a memoized value.
What is memoization? You might ask, well it's prevents the reconstruction of objects during DOM re-renders. Almost like caching a value so that during DOM re-renders, it can serve the cached val...
opsaran.hashnode.dev3 min read