Why not to use index as key in React Lists (Practical Example)
We all have heard that using index as key in a react list is an anti-pattern and should be avoided.The answer to this lies in the concepts of:
React Virtual DOM: It's a lightweight representation of actual DOM, stored in memory and is never render...
shivaansh.hashnode.dev4 min read