Virtualization

Efficiently Render 100,000 Rows in React



๐Ÿš€ Project React โ†’
Repo โ†’
Join The Discord! โ†’
VSCode Theme | Font โ†’ Material Theme Darker | Menlo, Monaco “monospace”

In this video I will show you how to efficiently render 100,000 rows in React. We are going to be doing this with the react-virtuoso library, which applies the concept of virtualization to React. Virtualization means only rendering a subset of elements instead of all of them. In our case, we will only render the elements currently visible in the viewport. This will allow us to efficiently render 100,000 rows in React.

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button