You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2026. It is now read-only.
Nathanial Hwong edited this page Nov 9, 2025
·
8 revisions
1. Improve Claims List Rendering with FlashList
Description:
Replace the existing ScrollView/FlatList in the claims dashboard with @shopify/flash-list to enhance performance when rendering multiple claim cards. FlashList virtualizes list items, rendering only the visible items plus a small buffer, which reduces memory usage and improves scrolling smoothness.