Problem Statement
When should you use keys and what happens if you don’t provide them?
Explanation
Keys should be used when rendering lists of elements. Without them, React cannot track item changes properly, leading to wrong re-renders or performance issues.