Shopify Aug 17, 2022

Instant Performance Upgrade: From FlatList to FlashList

Article Summary

Shopify's React Native team just solved one of mobile development's most persistent headaches: getting lists to scroll smoothly without blank cells or frame drops.

The React Native Foundations team built FlashList, an open-source drop-in replacement for FlatList that delivers native-like performance across all devices. After seeing consistent performance issues with FlatList on lower-end Android devices, they created a solution that works seamlessly on everything from budget phones to flagship devices.

Key Takeaways

Critical Insight

FlashList maintains 60+ FPS even on budget Android devices while using a fraction of the memory, with almost zero migration effort required.

The team's metrics-first approach revealed why testing on the latest iPhone was actually hiding critical performance problems.

Recent from Shopify

Related Articles