Implement the route links
As you can see above we have two routing links which change the URL to respective addresses when clicked. We use the NavLink component and the to attribute to indicate where the click of this link should get the user. The first link sends the user to the home initial page, where the second to the /show route.
What is going to be shown to the page under these circumstances, it is defined through every route component inside the BrowserRouter.