From c4d9651e9555f6b06e63b45114fb7b70a080d2de Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 5 Jun 2023 21:12:13 +0100 Subject: [PATCH] chore: add resource under react:components --- src/data/roadmaps/react/content/102-components/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/react/content/102-components/index.md b/src/data/roadmaps/react/content/102-components/index.md index 8e445acbc..eed6c57ba 100644 --- a/src/data/roadmaps/react/content/102-components/index.md +++ b/src/data/roadmaps/react/content/102-components/index.md @@ -4,7 +4,6 @@ Components are the building blocks of React applications. They let us split the Visit the following resources to learn more: -- [Components and Props](https://reactjs.org/docs/components-and-props.html) -- [Components in Depth](https://reactjs.org/docs/react-component.html) +- [Creating and nesting components](https://react.dev/learn#components) - [Explore the different types of components in React](https://www.robinwieruch.de/react-component-types/) -- [What is the difference between components, elements, and instances?](https://www.robinwieruch.de/react-element-component/) +- [What is the difference between components, elements, and instances?](https://www.robinwieruch.de/react-element-component/) \ No newline at end of file