Solotech Interview Question

Why should you give a key attribute to list item in react ?

Interview Answer

Anonymous

Jan 23, 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.