Using `React.memo` to Avoid Unnecessary Rerenders
“In my last post, I talked about the concept of memoization and how the technique is used to avoid calculating a previously calculated result of a function. I also made mention of the two memoization functions in React. This post is going to focus on React.”
read »