Article from Louise Loisel
React Hooks and Tips to Avoid Useless Component Render Applied on Lists
January 31, 2022Louise Loisel13 min read
A few weeks ago, I encountered children list rerender issues on the project I was working on. In this article you will learn : how I debugged a react performance issue why virtualization is not always suitable for list rendering issues what is memoization how to memoize react components and…
Continue reading →