Explore Library
QuizAdvanced

FlatList keys with keyExtractor

Learn how FlatList identifies list items and why unique keys matter for performance.

In a FlatList, what is the primary purpose of providing a unique key for each item (via keyExtractor or a key prop)?