Hey all! I have been working on a web app that helps people find bars, pubs and restaurants which are in the sun/shade. Originally it was made using Remix but when TanStack start was released, I wanted to migrate for the many benefits, especially native caching. I have now completed the migration and wanted to share it with you all. The app is mainly focused on the UK but should be able to be used anywhere. You can find it here https://sun.barinthe.app/.
I would say that the only issue I ran into really was with virtual file routes. It seems API routes are not supported (or I couldn't figure how to get them working). So was a bit tricky as I serve the sitemap from one, as it is dynamically generated, and wanted it to be accessible at
/sitemap.xml
/sitemap.xml
.
Other than that one issue/confusion, I really enjoyed working with Start, it is easy to use has some awesome features and believe it has improved the responsiveness of the app. It also uses Router and Query, all of which are awesome!