From 734e8ae5a25b6fde8e9e749753f849c82e8f5472 Mon Sep 17 00:00:00 2001 From: syedmouaazfarrukh <97732099+syedmouaazfarrukh@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:24:21 -0800 Subject: [PATCH] Added link of React Developer Roadmap --- 02_Day_Introduction_to_React/02_introduction_to_react.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02_Day_Introduction_to_React/02_introduction_to_react.md b/02_Day_Introduction_to_React/02_introduction_to_react.md index f94fdb2..87032b4 100644 --- a/02_Day_Introduction_to_React/02_introduction_to_react.md +++ b/02_Day_Introduction_to_React/02_introduction_to_react.md @@ -68,6 +68,7 @@ To summarize: - React latest release is 16.13.1 - [React versions](https://reactjs.org/versions/) - React official documentation can be found [here](https://reactjs.org/docs/getting-started.html) +- [React Developer Roadmap](https://roadmap.sh/react) ### 2. Why React?