@upendra.manike/rn-perf-lists
v0.1.1
Published
High-performance list rendering helpers for FlatList and Recycler views.
Maintainers
Readme
@rn-perf/lists
Large FlatList grids cause dropped frames.
Install
npm install @rn-perf/listsUsage
import { createSmartList } from '@rn-perf/lists';
const SmartList = createSmartList(ItemRow);
<SmartList
data={feed}
estimatedItemSize={68}
onNearEnd={loadMore}
/>;Why it matters
- Large FlatList grids cause dropped frames.
- Designed for React Native 0.72+
- Ships with CJS/ESM/TS types for AI tooling
