LearningFuze Bootcamp > react-rendering-lists > Flashcards
What Array method is commonly used to create a list of React elements?
map( ) method
What is the best value to use as a “key” prop when rendering lists?
any unique number/value (id)