From 056e0e8e3a69e00fb904c5a237c458f57cc19a06 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Wed, 14 Jun 2023 03:45:11 +0100 Subject: [PATCH] chore: add resource under react:rendering:lists-and-keys --- .../react/content/103-rendering/101-lists-and-keys.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/content/103-rendering/101-lists-and-keys.md b/src/data/roadmaps/react/content/103-rendering/101-lists-and-keys.md index c05885fe1..b294840af 100644 --- a/src/data/roadmaps/react/content/103-rendering/101-lists-and-keys.md +++ b/src/data/roadmaps/react/content/103-rendering/101-lists-and-keys.md @@ -4,7 +4,7 @@ When you render lists in React, you can use the `key` prop to specify a unique k Visit the following resources to learn more: -- [Lists and Keys](https://reactjs.org/docs/lists-and-keys.html) +- [Lists and Keys](https://react.dev/learn/rendering-lists#keeping-list-items-in-order-with-key) - [Rendering Lists](https://react.dev/learn/rendering-lists) - [List components in React by Example](https://www.robinwieruch.de/react-list-component/) -- [Why do we need the key prop in React?](https://www.robinwieruch.de/react-list-key/) +- [Why do we need the key prop in React?](https://www.robinwieruch.de/react-list-key/) \ No newline at end of file