Concept Flow - Key attribute and why it matters
Render List
Create Elements for Items
Assign Key Attribute
Vue Tracks Elements by Key
Detect Changes in List
Efficiently Update DOM
Avoid Unnecessary Re-renders
Vue uses the key attribute to track list items uniquely, helping it update only changed elements efficiently.