DEV Community
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";
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
thanks