How to avoid unnecessary re-renders with React.memo()
I know there are more optimization techniques, but I think by just avoiding unnecessary re-renders, we can achieve a big improvement in a React app's performance. In this article, I'll be talking about memoization with React.memo(). React.memo() We'v...
Jun 3, 20222 min read252

