I'm a frontend engineer and a big fan of delivering high quality code.
Nothing here yet.
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...
