Router Choice
It’s suggested to use Tanstack Router instead of React Router
To summarize why we think Tanstack Router is superior:
- Better typesafety (path params, search params, route definitions)
- Awesome integration with Tanstack Query
- Tanstack ecosystem - we already have a very pleasant experience with other Tanstack tools (query, table, virtual) and if we decide in the future that we want to build SSR apps with Tanstack Start it will be very familiar experience since it’s mostly a wrapper around Tanstack Router.