When working with React components that are rendered in the list, you need to provide a key attribute that is internally used by React to track which components need update/render.
However, sometimes if you don't have a unique key there is an internal functional available with React which means you don't need to provide a key attribute.
https://youtu.be/Mp4H8z5rjtA
However, sometimes if you don't have a unique key there is an internal functional available with React which means you don't need to provide a key attribute.
https://youtu.be/Mp4H8z5rjtA