Why should you give a key attribute to list item in react ?
Resposta da entrevista
Sigiloso
23 de jan. de 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.