Tab navigation with routes

You can base your tab content on routes in a routing solution, such as react-router. To do this, you have to make your tab buttons into links, and you need to have Route components below the Tabs component to render the current URL.