T
TanStack3y ago
stormy-gold

Without modify the URL to navigate between different routes or views.

Some applications do not modify URL changes to navigate between different routes or views. In Emberjs it has like locationType: 'none', vuejs has mode: 'abstract'. How to achieve this in react ??
1 Reply
eastern-cyan
eastern-cyan3y ago
History Types | TanStack Router Docs
While it's not required to know the history API itself to use TanStack Router, it's a good idea to understand how it works. Under the hood, TanStack Router requires and uses a history instance to manage the routing history. If you don't create a history instance, a browser history instance is created for you when the router is initialized.

Did you find this page helpful?