Tag: memoization
All the articles with the tag "memoization".
Tech Watch Posts
Memoizing components in React: a case for useMemo
Published: at 02:24 PMReact.memo is often used to optimize component rendering, but useMemo offers more control and transparency. This article explains why useMemo could be a solution too to memoize components in React applications until the React Compiler take care of it for us.
React.memo Demystified: When It Helps and When It Hurts
Published: at 02:37 PMA deep dive into React's memoization tools and the hidden pitfalls that make them harder to use than you think