Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukeshjha3/react-router_dom
This project is basically for understanding on how to do the routing in React.js
https://github.com/mukeshjha3/react-router_dom
Last synced: about 7 hours ago
JSON representation
This project is basically for understanding on how to do the routing in React.js
- Host: GitHub
- URL: https://github.com/mukeshjha3/react-router_dom
- Owner: mukeshjha3
- Created: 2024-04-21T14:25:26.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T14:40:21.000Z (7 months ago)
- Last Synced: 2024-04-21T18:13:43.034Z (7 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple react project, where we i have used react-router-dom (version-6) for Routing....In this project i have mentioned 2 ways on how we can achieve routing...The second way is the efficient way and recommeded by other by using Outlet ...but for beginneer there is one more way which i have also used.