LearningFuze Full Immersion > react-rendering-lists > Flashcards
What Array method is commonly used to create a list of React elements?
The “.map” method
What is the best value to use as a “key” prop when rendering lists?
The best value to use as a “key” prop is to use a string (or a number) that uniquely identifies a list item among its siblings.