react-rendering-lists Flashcards

1
Q

What Array method is commonly used to create a list of React elements?

A

The “.map” method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the best value to use as a “key” prop when rendering lists?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly