© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Hyunjin Oh
Frontend Engineer
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...
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
Thanks for explanation 👍
No problem! Hope it helps understand React.memo()!
Kai Pereira
Crazy Coder 😎
I remember working on a project when I hit an infinite re-rendering error! It took me I think 3 days to fix it and it was all thanks to memo! Nice article!
I'm glad you found the solution! It feels so good finding the solution after a few days of figuring it out haha
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
Thanks for explanation 👍