diff --git a/content/roadmaps/103-react/content/100-react-fundamental-topics/106-lists-and-keys.md b/content/roadmaps/103-react/content/100-react-fundamental-topics/106-lists-and-keys.md index 6d37e01fd..d02f659fe 100644 --- a/content/roadmaps/103-react/content/100-react-fundamental-topics/106-lists-and-keys.md +++ b/content/roadmaps/103-react/content/100-react-fundamental-topics/106-lists-and-keys.md @@ -1 +1,6 @@ -# Lists and keys \ No newline at end of file +# 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. + +Free Content +Lists and Keys