Scrollable & High-performance List Component For React

React Scrollable List is a scrollable, high-performance list component for rendering large lists of items with React. It’s performance really shines when dealing with lists in excess of a thousand items, and scales well into the millions or more. Due to it only rendering a small slice of the list into the DOM at any time based on the scroll position, it removes most of the speed issues with web browsers and rendering very large amounts of DOM nodes at once.

Preview:

React Scrollable List

Download Details:

Author: jwarning

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/jwarning/react-scrollable-list

License: MIT

Add Comment