wellyshen/react-cool-virtual
😎 ♻️ A tiny React hook for rendering large datasets like a breeze. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1946
- days_rel: n/a
- days_push: 1117
- n_releases_24m: 0
Adoption not part of the score
1221 stars · 39 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
ui-components frontend-framework web-development frontend performance cross-platform react react-hook virtualization dom-recycling infinite-scroll virtual-list virtualized-table ssr typescript smooth-scrolling sticky-headers nodejs web-server
2 sources
- readme: https://github.com/wellyshen/react-cool-virtual · fetched 2026-08-28 · bf2238bdd66b
- registry_npm: https://registry.npmjs.org/react-cool-virtual · fetched 2026-08-29 · c89b79bfb1bd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wellyshen/react-cool-virtual | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="wellyshen/react-cool-virtual")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem