1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Fix router link (#4105)

This commit is contained in:
Arnav K
2023-06-23 00:44:05 +05:30
committed by GitHub
parent 08e7efa637
commit 7a19b7887a

View File

@@ -5,7 +5,7 @@ React router is the most famous library when it comes to implementing routing in
Visit the following resources to learn more:
- [React Router — Official Website](https://reactrouter.com/)
- [Getting Started Guide](https://reactrouter.com/docs/en/v6/getting-started/tutorial)
- [Getting Started Guide](https://reactrouter.com/en/main/start/tutorial)
- [React Router v6 in 1 hour](https://youtu.be/0cSVuySEB0A)
- [How to use React Router v6](https://www.robinwieruch.de/react-router/)
- [React Router Cheat Sheet](https://stackdiary.com/guides/react-router-cheat-sheet-reference/)