Recreating the Tab-based navigation stacks from Ionic
Hi guys! Looking for some orientation here.
I'd like to know whether it's possible to recreate the Ionic tab-based stacked navigation using Tanstack Router (https://ionicframework.com/docs/react/navigation) or not. If so, some ideas on how to do so?
The idea is to replicate the native behaviour from iOS/Android.
Ionic Framework Docs
React Navigation | Ionic Framework
React Navigation: Router Link Redirect to Navigate to Another Page
1 Reply
dependent-tan•3mo ago
The tab based bits aren't the important part to make it feel like a mobile app. As far as i know people are using tabs with their routers. The thing that ionic does differently vs plain react-router is keep multiple routes rendered at the same time.
We kind of talked about it here: https://discord.com/channels/719702312431386674/1007702008448426065/1371670622957998140 and i think there's another thread, but I can't find it.