From b525c5efb4ec522bfdb273a071882897754b8313 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Thu, 22 Jun 2023 20:41:10 +0100 Subject: [PATCH] chore: add resource under react:components:functional-components --- .../content/102-components/101-functional-components.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/react/content/102-components/101-functional-components.md b/src/data/roadmaps/react/content/102-components/101-functional-components.md index 8c515595f..c6d68ffa1 100644 --- a/src/data/roadmaps/react/content/102-components/101-functional-components.md +++ b/src/data/roadmaps/react/content/102-components/101-functional-components.md @@ -4,8 +4,7 @@ Functional components are some of the more common components that will come acro Visit the following resources to learn more: -- [Components and Props](https://reactjs.org/docs/components-and-props.html#function-and-class-components) +- [Functional Components and Props](https://react.dev/reference/react/component) - [Your first component](https://react.dev/learn/your-first-component) - [Passing props to a component](https://react.dev/learn/passing-props-to-a-component) -- [Functional Components in React (1)](https://www.geeksforgeeks.org/reactjs-functional-components/) -- [Functional Components in React (2)](https://www.robinwieruch.de/react-function-component/) +- [Functional Components in React](https://www.robinwieruch.de/react-function-component/) \ No newline at end of file