QuizAdvanced
Choosing Keys for List Items
Learn why using array index as a key can cause bugs when rendering dynamic lists in React.
You render a list of to-do items that users can reorder and delete. Which value is the best choice for the `key` prop?