Skip to main content

Virtual List With 100,000 Items

The Virtuoso component is designed to render huge lists with unknown item sizes. You do not have to configure anything apart from the data or the totalCount and the itemContent renderer.

The itemContent render callback accepts index, and item parameter (if data is set), which specifies the index of the item rendered. It is up to you to build and return the respective content for it.

List with data

loading...

List with totalCount

loading...