In this video, I have explained how to easily implement routing feature in your react project with the help of the react-router v6 package
Command:
npm install react-router-dom
import {
  BrowserRouter as Router,
  Routes,
  Route,
  BrowserRouter,
} from "react-router-dom";
    
Top comments (1)
thanks