Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.