Closed
Description
I'm not quite sure how I should implement a tab bar to allow navigation between a small group of routes.
Should I achieve this by nesting a Router
inside of the main router? So I'll have a single tab-router
route, which loads my tab-bar + router component. Or is there a better way of doing this?