Understand the useMemo hook
Introduction - What is memoization in React
Memorization, in a general context, is an optimization technique to improve program speed. Using this technique, we store the results of the function we're optimizing in the browser cache.
If we execute the...
reactnoobtomaster.hashnode.dev2 min read