SectionList
Learn how to render an infinite list of data and divide it into logical sections using the SectionList component.
We'll cover the following
The SectionList
is another list view component that can be used to improve the application’s performance while displaying an infinite list of data. The SectionList
is similar to the FlatList
, with the exception that SectionList
can divide data into logical sections. For instance, we can alphabetically display book names in a library using the SectionList
component. Similar to the FlatList
, SectionList
also comes with features such as pull-to-refresh, scroll loading, and item separator support.
Get hands-on with 1400+ tech skills courses.