React Material:UI Cookbook
上QQ阅读APP看书,第一时间看更新

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.