React Native Destructuring Props part 5

Опубликовано: 01 Январь 1970
на канале: Coders flow
22
0

React Native provides a set of components for displaying data lists. Generally you want to use either FlatList or SectionList.

The FlatList component displays a scrolling list of variable but similarly structured data. FlatList works well for long lists of data where the number of items may change over time. Unlike the more general ScrollView, FlatList renders only the elements currently displayed on the screen, not all of them at once.

The FlatList component requires two props: data and renderItem. data is a source of information for the list. renderItem takes one item from the source and returns the formatted component for rendering.


На этой странице сайта вы можете посмотреть видео онлайн React Native Destructuring Props part 5 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Coders flow 01 Январь 1970, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 22 раз и оно понравилось 0 зрителям. Приятного просмотра!