Flipkart/recyclerlistview
High performance listview for React Native and web! observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 11
- Release rhythm 40
- 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: 1
- age_days: 3426
- days_rel: 536
- days_push: 535
- n_releases_24m: 2
Adoption not part of the score
5435 stars · 438 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity maintenance
ui-components frontend-framework frontend mobile-development web-development performance cross-platform react-native listview cell-recycling flatlist-alternative infinite-scroll typescript web mobile nodejs
2 sources
- readme: https://github.com/Flipkart/recyclerlistview · fetched 2026-08-28 · 21e2a11fbb41
- registry_npm: https://registry.npmjs.org/recyclerlistview · fetched 2026-08-29 · d471e2fea8b7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Flipkart/recyclerlistview | main | 39 |
For agents
markdown · JSON · MCP: product_card(name="Flipkart/recyclerlistview")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem