Upcoming
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 b0a455f8c..8c515595f 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
@@ -5,5 +5,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)
+- [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/)
diff --git a/src/data/roadmaps/react/content/102-components/102-jsx.md b/src/data/roadmaps/react/content/102-components/102-jsx.md
index 0867a8464..7d706e4ac 100644
--- a/src/data/roadmaps/react/content/102-components/102-jsx.md
+++ b/src/data/roadmaps/react/content/102-components/102-jsx.md
@@ -5,5 +5,6 @@ JSX stands for JavaScript XML. It allows writing HTML in JavaScript and converts
Visit the following resources to learn more:
- [Introduction to JSX](https://reactjs.org/docs/introducing-jsx.html)
+- [Writing markup with JSX](https://react.dev/learn/writing-markup-with-jsx)
- [JSX in React – Explained with Examples](https://www.freecodecamp.org/news/jsx-in-react-introduction/)
- [JSX in React on w3school](https://www.w3schools.com/react/react_jsx.asp)