Add lists and keys docs

pull/1657/head
Kamran Ahmed 2 years ago
parent 90ea5fbdfd
commit ad830bc164
  1. 7
      content/roadmaps/103-react/content/100-react-fundamental-topics/106-lists-and-keys.md

@ -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…
Cancel
Save