# wellyshen/react-cool-virtual

😎 ♻️ A tiny React hook for rendering large datasets like a breeze.

Repository: https://github.com/wellyshen/react-cool-virtual
Canonical: https://ross.abutalabs.com/products/react-cool-virtual
Language: TypeScript
License: MIT
License Family: permissive
Topics: dom-recycle, server-side-rendering, infinite-scroll, react, hook, performance, memory, typescript, lazy-loading, smooth-scrolling, virtualization, list, table, dynamic-size, carousel, virtualized, resize, sticky-headers, feeds, chatroom
Last push: 2023-08-12T16:38:49+00:00

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

## Adoption (not part of the score)
Stars 1221, forks 39 (observed 2026-08-28T04:04:02.089064+00:00)

## What it is
react-cool-virtual is a tiny React hook for efficiently rendering large lists and datasets using DOM recycling (virtualization). It supports fixed, variable, and dynamic item sizes, infinite scroll, sticky headers, smooth scrolling, and server-side rendering.

## Use cases
- render a list with millions of rows without freezing the browser
- implement infinite scroll with load-more callbacks and skeleton screens
- build a chat UI that sticks to the bottom and pre-pends messages
- create a virtualized table or grid with dynamic row heights
- server-render a large list for better SEO and first paint
- build a virtualized carousel or feed with responsive sizing

## When to choose
- you need a lightweight, hook-based virtualizer for React lists, tables, grids, or feeds
- you need dynamic or real-time resizing of items
- you need SSR support or sticky headers out of the box

## When to avoid
- you are not using React
- you need virtualization for a framework like Vue or Svelte
- you need windowing for complex non-list layouts the hook API cannot express

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: web-development, frontend, performance
- platform: cross-platform
- tags: react, react-hook, virtualization, dom-recycling, infinite-scroll, virtual-list, virtualized-table, ssr, typescript, smooth-scrolling, sticky-headers, nodejs, web-server

## Member repositories
- wellyshen/react-cool-virtual (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:02.089064+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-30T06:15:54.354095+00:00, confidence not recorded.
  - readme: https://github.com/wellyshen/react-cool-virtual (fetched 2026-08-28T04:04:02.089064+00:00, sha bf2238bdd66b)
  - registry_npm: https://registry.npmjs.org/react-cool-virtual (fetched 2026-08-29T12:24:09.554271+00:00, sha c89b79bfb1bd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
