Why should you give a key attribute to list item in react ?
Respuesta de la entrevista
Anónimo
23 ene 2026
You need to give a key attribut to list item because the rendering engine needs it to tell each list item apart and be able to update their value when needed.