On Day 8-9, I dove into the world of React Router and learned how modern SPAs (Single Page Applications) handle navigation. Instead of reloading pages like in traditional websites, React Router makes navigation smooth, fast, and dynamic ⚡.
What I Explored
-
Link & NavLink → Navigate between pages without refreshing.
-
Active Links → Style the current route for a better user experience.
-
useParams → Fetch and display data directly from the URL.
4.
Built a small project with multiple pages to practice these concepts.