Article from Louise Loisel
React Hooks and Tips to Avoid Useless Component Render Applied on Lists
Louise Loisel11 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…
Continue reading →