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
pull/3658/head
Aroyan 2 years ago committed by GitHub
parent 45ce59b10d
commit 808bd40cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/data/roadmaps/frontend/content/111-pick-a-framework/100-react-js/index.md
  2. 6
      src/data/roadmaps/frontend/content/118-server-side-rendering/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)

@ -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)

Loading…
Cancel
Save