Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

Performance

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.

Code Implementation:
View changes in commit

Clone this wiki locally