From 808bd40cce57274fdce769f116bded01664d772b Mon Sep 17 00:00:00 2001 From: Aroyan <43630681+aroyan@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:15:36 +0800 Subject: [PATCH] fix: update react docs to new url (#3656) * feat: add Set JavaScript content * fix: update react docs and remove beta docs * update react docs url --- .../content/111-pick-a-framework/100-react-js/index.md | 5 ++--- .../content/118-server-side-rendering/100-react-js/index.md | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/data/roadmaps/frontend/content/111-pick-a-framework/100-react-js/index.md b/src/data/roadmaps/frontend/content/111-pick-a-framework/100-react-js/index.md index a5bda3178..19b717bed 100644 --- a/src/data/roadmaps/frontend/content/111-pick-a-framework/100-react-js/index.md +++ b/src/data/roadmaps/frontend/content/111-pick-a-framework/100-react-js/index.md @@ -5,9 +5,8 @@ React is the most popular front-end JavaScript library for building user interfa Visit the following resources to learn more: - [Visit Dedicated React Roadmap](/react) -- [React Website](https://reactjs.org/) -- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html) -- [Beta React Docs](https://beta.reactjs.org/) +- [React Website](https://react.dev) +- [Official Getting Started](https://react.dev/learn/tutorial-tic-tac-toe) - [The Beginners Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react) - [React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE) - [React Course - Beginners Tutorial for React JavaScript Library [2022]](https://www.youtube.com/watch?v=bMknfKXIFA8) diff --git a/src/data/roadmaps/frontend/content/118-server-side-rendering/100-react-js/index.md b/src/data/roadmaps/frontend/content/118-server-side-rendering/100-react-js/index.md index 421281276..19b717bed 100644 --- a/src/data/roadmaps/frontend/content/118-server-side-rendering/100-react-js/index.md +++ b/src/data/roadmaps/frontend/content/118-server-side-rendering/100-react-js/index.md @@ -4,10 +4,10 @@ React is the most popular front-end JavaScript library for building user interfa Visit the following resources to learn more: -- [React Website](https://reactjs.org/) -- [Official Getting Started](https://reactjs.org/tutorial/tutorial.html) +- [Visit Dedicated React Roadmap](/react) +- [React Website](https://react.dev) +- [Official Getting Started](https://react.dev/learn/tutorial-tic-tac-toe) - [The Beginners Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react) - [React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE) - [React Course - Beginners Tutorial for React JavaScript Library [2022]](https://www.youtube.com/watch?v=bMknfKXIFA8) -- [React Roadmap](https://roadmap.sh/react) - [Understanding Reacts UI Rendering Process](https://www.youtube.com/watch?v=i793Qm6kv3U)