react rendering lists Flashcards
1
Q
What Array method is commonly used to create a list of React elements?
A
array.map()
2
Q
What is the best value to use as a “key” prop when rendering lists?
A
any that is unique
learning fuze > react rendering lists > Flashcards
What Array method is commonly used to create a list of React elements?
array.map()
What is the best value to use as a “key” prop when rendering lists?
any that is unique