parent
90ea5fbdfd
commit
ad830bc164
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Lists and keys |
||||
# Lists and Keys |
||||
|
||||
When you render lists in React, you can use the `key` prop to specify a unique key for each item. This key is used to identify which item to update when you want to update a specific item. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://reactjs.org/docs/lists-and-keys.html'>Lists and Keys</BadgeLink> |
||||
|
Loading…
Reference in new issue