Skip to main content

Stress Test

100 items in a sortable list. Tests performance with a large number of items.

Key Concepts

  • Large lists — 100 items with smooth reorder
  • UI-thread hit-testing — spatial index stays fast at scale
  • Stable keys — prevents FlatList cell unmounting

Features Shown

FeatureHow
100 itemsLarge data set for performance testing
DraxListConvenience wrapper handles everything
Smooth dragUI-thread architecture maintains 60fps

Source Code

example/app/(tabs)/stress-test.tsx
// Full source available at:
// https://github.com/nuclearpasta/react-native-drax/blob/main/example/app/(tabs)/stress-test.tsx