This article is part of a series on Optimizing Performance in React Apps. In this article, we'll learn how to efficiently render large lists of data. We'll make use of the Profiler to record the rendering details. We're gonna make the use of react-virtualized-window as it is very lightweight. We will use a long-sized list of data in our example.
1 Comment
Sort: