# Flipkart/recyclerlistview

High performance listview for React Native and web!

Repository: https://github.com/Flipkart/recyclerlistview
Canonical: https://ross.abutalabs.com/products/recyclerlistview
Language: TypeScript
License: Apache-2.0
License Family: permissive
Topics: react-native, recyclerview, listview, flatlist-alternative, 60fps, cross-platform, web, react-native-web, performance
Last push: 2025-03-16T06:14:10+00:00

## Health v2 (maintenance only)
Score: 39/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 11, release rhythm 40, longevity 100
- inputs: {"age_days": 3426, "days_push": 535, "days_rel": 536, "gap_med": 1, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5435, forks 438 (observed 2026-08-28T04:09:18.112983+00:00)

## What it is
A high-performance list view component for React Native and web that uses cell recycling to reuse off-screen views, inspired by Android's RecyclerView and iOS's UICollectionView. It is pure JavaScript with no native dependencies and supports complex layouts like staggered grids and variable-height items.

## Use cases
- render smooth 60fps infinite scrolling lists in react native
- replace flatlist to fix memory growth and blank cells while fast scrolling
- display a staggered grid with variable height items
- build a shared list component that works on both react native and web via react-native-web
- show sticky headers or footers in a long scrolling list
- animate item add/remove and layout changes in a list

## When to choose
- you need to render very large or unbounded lists without memory overhead
- you want one list implementation across react native and web
- you need grid, staggered grid, or layout switching with scroll position preservation

## When to avoid
- you have small, simple lists where flatlist or a plain map is sufficient
- you need native-only features or heavy native integration
- you want a library with frequent updates and active development

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: frontend, mobile-development, web-development, performance
- platform: cross-platform
- tags: react-native, listview, cell-recycling, flatlist-alternative, infinite-scroll, typescript, web, mobile, nodejs

## Member repositories
- Flipkart/recyclerlistview (main) score 39

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:18.112983+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-29T17:56:52.472643+00:00, confidence not recorded.
  - readme: https://github.com/Flipkart/recyclerlistview (fetched 2026-08-28T04:09:18.112983+00:00, sha 21e2a11fbb41)
  - registry_npm: https://registry.npmjs.org/recyclerlistview (fetched 2026-08-29T08:52:15.449053+00:00, sha d471e2fea8b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
