Week-7: Advance bit of React
Routing
This week, we will first look at how we can do routing in React. It's pretty simple, and we can do it using react-router-dom. Let's understand it through the code.
//App.jsx
import {BrowserRouter, Route, Routes} from "react-router-dom";
impor...
binayakshree.hashnode.dev15 min read