DEV Community

Discussion on: 10 Things NOT To Do When Building React Applications

Collapse
 
ktowen profile image
ktowen • Edited

->3. Keys used within arrays should be unique among their siblings. However they don’t need to be globally unique.
reactjs.org/docs/lists-and-keys.ht...