Importance of using keys in React

Easily ignored as a not so necessary thing to do in React while rendering lists, keys are one of the most important implementation detail of React's famous Reconciliation or "Diffing" algorithm and can impact the performance of your app in a positive or negative way, depending on how you use them.