Learning Fuze - rc0821 > react-rendering-lists > Flashcards
What Array method is commonly used to create a list of React elements?
I don’t know
What is the best value to use as a “key” prop when rendering lists?
Use a string that uniquely identifies it among its siblings. A stable id.. generated by the database.