How to make Routing work with Tabs in React

I have an f7 app that uses routing including redirect, async, etc.

Now I want to add tabs.
How does this work?

I tried adding routable tabs but the redirect doesn’t seem to work.

When I use routing and use router.navigate, the whole page with the tabs is replaced by the whole page while I expect to just navigate to other pages while still having the navigation tabs at the bottom of the screen.