Why React need the "key" attribute?
Did you ever encounter this warning while creating a React App?
Do you know why a React app expects a "key" prop/attribute?
It's due to the Reconciliation algorithm of React.
As we know, when React re-renders, it compares the previous props with th...
akrsh24.hashnode.dev2 min read