🪝useMemo🪝
The useMemo hook is used to return a cached value in order to save any re-computation overhead.
It works similarly to the useCallback hook🔍
Many tutorials on the internet will extensively cover the useState hookor the useEffect hook, however, many...
chhakulizingare.hashnode.dev5 min read