# clauderic/react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!

Repository: https://github.com/clauderic/react-tiny-virtual-list
Canonical: https://ross.abutalabs.com/products/react-tiny-virtual-list
Homepage: https://clauderic.github.io/react-tiny-virtual-list/
Language: TypeScript
License: MIT
License Family: permissive
Topics: react, react-component, virtualization, virtual-scroll, windowing
Last push: 2023-04-11T03:46:12+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3474, "days_push": 1240, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2484, forks 159 (observed 2026-08-28T04:06:55.492061+00:00)

## What it is
A tiny (3kb, zero-dependency) React component for list virtualization that renders only visible items, supporting variable heights/widths, sticky items, and scrolling to index. It works for both vertical and horizontal lists.

## Use cases
- render large lists of thousands of rows in react without lag
- virtualize a list with variable row heights
- scroll to a specific item index in a long list
- build a horizontal virtualized list in react
- improve performance of infinite scrolling lists
- render millions of items in a react app

## When to choose
- you need a very small, dependency-free virtualization library for React
- you need variable item sizes or horizontal lists
- you want a simple drop-in component rather than a full virtualization suite

## When to avoid
- you need grids, tables, or masonry layouts, not just lists
- you need active maintenance or modern React 18+ features
- you need windowing outside of React

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: frontend, web-development, performance
- platform: browser
- tags: react, virtualization, virtual-scroll, windowing, list-rendering, typescript, web-server, nodejs

## Member repositories
- clauderic/react-tiny-virtual-list (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:55.492061+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-30T02:28:05.075557+00:00, confidence not recorded.
  - readme: https://github.com/clauderic/react-tiny-virtual-list (fetched 2026-08-28T04:06:55.492061+00:00, sha 0bd629884589)
  - homepage: https://clauderic.github.io/react-tiny-virtual-list/ (fetched 2026-08-29T10:10:01.428900+00:00, sha 954178702d27)
  - registry_npm: https://registry.npmjs.org/react-tiny-virtual-list (fetched 2026-08-29T10:10:01.438115+00:00, sha 04d7fc3666fd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
