All about useMemo()
useMemo is a memoization Technique to improve the Performace of your App.useMemo is a hook used in the functional component of react that returns a memoized value
What's Memoization?
Memoization is an optimization technique used primarily to speed y...
piyushsingh.hashnode.dev3 min read