Efficient Large List Rendering with React Virtualized Components


Summary of my bookmarked Github repositories from May 4th, 2016

Github repositories

  • bvaughn/react-virtualized

    React Virtualized is a collection of React components designed for efficient rendering of large lists and tabular data. The library provides components such as Table, List, Grid, and more, which offer functional styles and optional presentational styles. To get started, you can install react-virtualized using npm and import the components you need. React Virtualized has minimal dependencies, but you need to specify the peer dependencies of React and React DOM. The library supports various browsers, including evergreen browsers, recent mobile browsers, and IE 9+. Additionally, there are examples, documentation, and contributions available for further exploration. React Virtualized is licensed under the MIT License.