Get real-world exposure to the use of query parameter useParams() — NavLink
<Link> can be useful for the inner side of links in our application e.g Going to the Homepage, the About page, etc. A <NavLink> is very similar to the<Link> but it can also hold a specific class for “active” links.
e.g <NavLink to="/about" activeClassName='active'> about </NavLink> e.g: Let’s say…