Login
Remember
Register
Ask a Question
Keys are given to a list of elements in react. These keys should be -
0
votes
asked
May 20, 2020
in
ReactJS
by
SakshiSharma
Keys are given to a list of elements in react. These keys should be -
Do not requires to be unique
Unique in the DOM
Unique among the siblings only
All of the above
#react-js-list
#reactjs-list-elements
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2020
by
Robindeniel
Unique among the siblings only
...