1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 14:30:13 +02:00

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
This commit is contained in:
Aroyan
2023-03-17 19:15:36 +08:00
committed by GitHub
parent 45ce59b10d
commit 808bd40cce
2 changed files with 5 additions and 6 deletions

View File

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

View File

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