1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Add lists and keys docs

This commit is contained in:
Kamran Ahmed
2022-08-12 19:28:17 +04:00
parent 90ea5fbdfd
commit ad830bc164

View File

@@ -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>