David Nguyeneplus.dev·Sep 16, 2024Module quiz: Components - Advanced ReactWhen 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...44 readsAdvanced ReactModule quiz: Components - Advanced React