When to use React.Memo
What is memoization?
Memoization is an optimization technique in programming that stores the results of expensive function calls and returns the cached result when the same inputs occur again, rather than recomputing the function. In the context of R...
bintmuhd.hashnode.dev3 min read