1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 17:34:44 +02:00

Use react.dev for links (#7332)

* Update useCallback with new React website

* Update links with new React website
This commit is contained in:
Jean-François Greffier
2024-10-04 19:41:47 +02:00
committed by GitHub
parent 3b1cc91405
commit c26fb97bc7
3 changed files with 5 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ React is the most popular front-end JavaScript library for building user interfa
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
- [@article@React Website](https://reactjs.org/)
- [@article@Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [@article@React Website](https://react.dev/)
- [@article@Official Getting Started](https://react.dev/learn/tutorial-tic-tac-toe)
- [@video@React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE)
- [@video@React Course - Beginners Tutorial for React](https://www.youtube.com/watch?v=bMknfKXIFA8)
- [@video@Understanding Reacts UI Rendering Process](https://www.youtube.com/watch?v=i793Qm6kv3U)

View File

@@ -4,6 +4,6 @@
Visit the following resources to learn more:
- [@article@React Documentation on useCallback](https://reactjs.org/docs/hooks-reference.html#usecallback)
- [@article@React Documentation on useCallback](https://react.dev/reference/react/useCallback)
- [@article@useCallback Explained in Depth](https://kentcdodds.com/blog/usememo-and-usecallback)
- [@article@useCallback Hook: An Introductory Guide](https://dmitripavlutin.com/dont-overuse-react-usecallback/)

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:
- [@roadmap@Visit Dedicated React Roadmap](https://roadmap.sh/react)
- [@article@React Website](https://reactjs.org/)
- [@article@Official Getting Started](https://reactjs.org/tutorial/tutorial.html)
- [@article@Beta React Docs](https://reactjs.org/)
- [@article@React Website](https://react.dev/)
- [@article@Official Getting Started](https://react.dev/learn/tutorial-tic-tac-toe)
- [@video@React JS Course for Beginners](https://www.youtube.com/watch?v=nTeuhbP7wdE)
- [@video@React Course - Beginners Tutorial for React JavaScript Library \[2022\]](https://www.youtube.com/watch?v=bMknfKXIFA8)
- [@video@Understanding Reacts UI Rendering Process](https://www.youtube.com/watch?v=i793Qm6kv3U)