Skip to content
Logo Theodo

Article from Louise Loisel

React Hooks and Tips to Avoid Useless Component Render Applied on Lists

Louise Loisel11 min read

List and React logo

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 →