# bvaughn/react-virtualized

React components for efficiently rendering large lists and tabular data

Repository: https://github.com/bvaughn/react-virtualized
Canonical: https://ross.abutalabs.com/products/react-virtualized
Homepage: http://bvaughn.github.io/react-virtualized/
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, react-components, windowing, virtualization, list, grid, listview, tabular-data, performance
Last push: 2025-01-20T21:42:24+00:00

## Health v2 (maintenance only)
Score: 24/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 2, release rhythm 8, longevity 100
- inputs: {"age_days": 3957, "days_push": 590, "days_rel": 590, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 27080, forks 3021 (observed 2026-08-28T04:11:47.369624+00:00)

## What it is
React components for efficiently rendering large lists, grids, and tabular data using windowing (virtualization) so only visible rows are rendered. It is a mature, widely used library with a rich set of list, table, grid, and collection components.

## Use cases
- render a list with tens of thousands of rows without lag
- display large tables in React with virtual scrolling
- build an infinite scrolling feed efficiently
- virtualize a data grid in a React dashboard
- improve rendering performance of long lists in a React app

## When to choose
- you need battle-tested virtualization components for lists, tables, or grids in React
- you want a feature-rich library with fixed-size and dynamic-size row support
- you are on an older React codebase where react-window's smaller API is insufficient

## When to avoid
- you are starting a new project and prefer the smaller, actively developed react-window by the same author
- you need virtualization outside of React
- you need cutting-edge updates or frequent new releases

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: frontend, web-development, performance
- platform: browser
- tags: react, virtualization, windowing, large-lists, tables, grid, nodejs, javascript

## Member repositories
- bvaughn/react-virtualized (main) score 24

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:47.369624+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:54:35.623726+00:00, confidence not recorded.
  - readme: https://github.com/bvaughn/react-virtualized (fetched 2026-08-28T04:11:47.369624+00:00, sha 4d8847ac8c78)
  - homepage: http://bvaughn.github.io/react-virtualized/ (fetched 2026-08-29T07:52:10.784745+00:00, sha bc27c8d12033)
- Data as of 2026-08-30T08:39:29.467469+00:00.
