Module quiz: Components - Advanced React
When using a key for your list items, what’s the best general choice?
Using an ID generated by a library that guarantees no duplications.
Using an ID coming from the data, that points to the database ID.
Using an index.
Imagine you have a speci...