1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Update 101-functional-components.md (#4233)

Fix link issue

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Mirac Seref
2023-08-17 05:00:34 +03:00
committed by GitHub
parent 7f800f2717
commit bec59ed630

View File

@@ -4,7 +4,7 @@ Functional components are some of the more common components that will come acro
Visit the following resources to learn more:
- [Functional Components and Props](https://react.dev/reference/react/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](https://www.robinwieruch.de/react-function-component/)