FlatList

Learn how to render data with infinite scrolling using the FlatList component.

The FlatList component is an efficient way to display lengthy lists of data that are too big to fit on a single screen. It improves the application’s performance since the data is only rendered when it appears on the screen. This contrasts with the ScrollView component that renders all the data at once. The FlatList component comes with many built-in useful features, such as pull-to-refresh, scroll loading, and multi-column support.

Get hands-on with 1200+ tech skills courses.