Day-9:👨‍💻🔥

(React)

Today, I learned react-router-dom BrowserRouter and Routes/Route, Link components. It is very useful in redirecting user to different pages(well, actually component renderring) without refreshing the page. I got to know about useParams() method also to get data from the url/path.To understand the concept of Routing in React, i made a Home, About, Contact component and redirected to each section using Link.

Tasks:
Made a basic link showcase of Home, About, Contact and redirect to each sections using .

That's it for today! 🚀