How to Implement Virtual Routes in a TanStack Start App?
I’ve been exploring how to use virtual routes or code routes in an app built with TanStack Start. In the documentation, there are examples of how to set up virtual routes when creating a project with Vite and TanStack Router, but I can’t find equivalent examples or guidance for TanStack Start (which uses Vinxi + Nitro). Has anyone successfully implemented virtual routes in a TanStack Start app? Any tips or examples would be greatly appreciated!
2 Replies
optimistic-gold•11mo ago
This is what your app.config.ts should look like
generous-apricotOP•11mo ago
Thanks!