DEV Community

Abhi Raj
Abhi Raj

Posted on

use routing in react js easily | react router v6 tutorial 😊👍


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)

Collapse
 
slimpython profile image
Abhi Raj

thanks