Login
From:
Robin Pokorny
(Uncensored)
subscribe
Index as a key is an anti-pattern | Robin Pokorny
https://robinpokorny.com/blog/index-as-a-key-is-an-anti-pattern/
links
backlinks
Roast topics
Find topics
Find it!
It looks elegant and it does get rid of the warning (which was the ‘real’ issue, right?). What is the danger here? Let me explain, a key is the only thing React uses to identify DOM elements. What…