# caseywebdev/react-list

:scroll: A versatile infinite scroll React component.

Repository: https://github.com/caseywebdev/react-list
Canonical: https://ross.abutalabs.com/products/react-list
Homepage: https://caseywebdev.github.io/react-list
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-07-02T04:39:42+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 35, longevity 100
- inputs: {"age_days": 4454, "days_push": 62, "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 1971, forks 174 (observed 2026-08-28T04:06:00.846767+00:00)

## What it is
ReactList is a versatile infinite scroll React component that renders large lists efficiently by only rendering visible items. It supports uniform and variable item sizes, horizontal and vertical scrolling, and custom item renderers.

## Use cases
- render large lists with infinite scroll in react
- virtualize a long list of items for performance
- scroll a list horizontally in react
- render variable-height list items efficiently
- load more items as the user scrolls
- scroll to a specific item index on mount

## When to choose
- you need a lightweight infinite scroll or windowing solution for React lists
- you need support for uniform, variable, or estimated item sizes
- you need horizontal or vertical scrolling lists with custom item rendering

## When to avoid
- you need a full-featured virtualization library with grid support and advanced features
- your project is not using React
- you need actively developed features or long-term support guarantees

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: web-development, frontend
- platform: cross-platform
- tags: react, infinite-scroll, virtualization, list-component, javascript, web-server, nodejs

## Member repositories
- caseywebdev/react-list (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:00.846767+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-30T03:05:04.902226+00:00, confidence not recorded.
  - readme: https://github.com/caseywebdev/react-list (fetched 2026-08-28T04:06:00.846767+00:00, sha 4a29360417fc)
  - homepage: https://caseywebdev.github.io/react-list (fetched 2026-08-29T10:44:51.714801+00:00, sha 7cbc60343a0b)
  - registry_npm: https://registry.npmjs.org/react-list (fetched 2026-08-29T10:44:51.724174+00:00, sha 1d756b4f4c16)
- Data as of 2026-08-30T08:39:29.467469+00:00.
