Mobile | Sat Jul 09 2022
FlashList
Hello FlashList! ⚡️
On Jun 20, 2022, Shopify open sourced their FlashList library, which is a React Native component similar to the FlatList component.
FlashList Delivers
- 🔥 60 FPS scrolling on low-end devices.
- 😶 No more blank spaces.
- 👌 Ridiculously easy implementation.
Guide
expo install @shopify/flash-list expo-dev-client
expo run:ios
expo run:android
Conclusion
"List performance" is the biggest issue React Native developers face when building an app.
Great to see smart people solving these issues for everyone!
Learn more https://shopify.github.io/flash-list
Links
Go back to Projects