FlashcardAdvanced
FlatList and the Role of Keys
FlatList efficiently renders large scrollable lists, and stable keys help React track each item.
Question
Why use FlatList over map(), and why do list items need stable keys?
Click to reveal answer
FlatList efficiently renders large scrollable lists, and stable keys help React track each item.
Why use FlatList over map(), and why do list items need stable keys?