react-key-prop
Installation
SKILL.md
React: Key Prop Best Practices
Core Principle
Use stable, unique IDs from your data. Never use array index for dynamic lists.
The key prop provides stable identity to list elements during React's reconciliation process.
When to Use What
Use Data IDs (Preferred)
Always use unique, stable identifiers directly from your data: