Article from Louise Loisel
React Hooks and Tips to Avoid Useless Component Render Applied on Lists
Louise Loisel11 min read
import { Image } from 'astro:assets';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…
Continue reading →