Tag
#flashlist
Build a High-Performance NFT Gallery Grid in React Native
An NFT gallery janks on large IPFS images at scale. Here is how to build a fast, virtualized NFT grid in React Native with cached, fallback-capable loading.
Build an NS Flex Travel History Timeline in React Native
A travel history timeline lists past journeys by date. Here is how to build the NS Flex trip-history screen in React Native with fast scrolling and offline cache.
Build a Shopee-Style Marketplace UI in React Native
A Shopee clone is a marketplace home: search, category grid, flash sales, and a product grid. Here is how to build the Shopee UI in React Native, payments included.
Build Infinite Scroll in React Native with TanStack Query
TanStack Query handles paging, a virtualized list handles rendering. Here is how to build infinite scroll in React Native with useInfiniteQuery and FlashList.
Pinterest Waterfall Grid Masonry in React Native
Variable heights, packed tight, at 60fps: shortest-column placement, height reserved from aspect ratio to kill reflow, and FlashList virtualization.