Right Usage of Keys in React
Usage
Keys are used by React internal algorithm (Reconciliation or React’s “diffing” algorithm) to determine what changes it needs to apply to UI in while updating UI.
Before React, Browsers were repainting the entire UI for every change, even if it'...
ramesh90904.hashnode.dev3 min read