Simple Virtualized List React Component

Description:

This React component allows you to display a large list of fixed-height items in your document, while only rendering the items visible in the viewport. This allows a large list to be rendered with much fewer DOM elements.

Preview:

Simple Virtualized List React Component

Add Comment