TanStack Router | BearStudio Skip to content
PREVIEW
Contact us
BearStudio
TanStack Router

TanStack Router

Fully type-safe routing library for React. Built-in search param validation, nested layouts, code splitting, and first-class TypeScript support.

At BearStudio, we used React Router for a long time β€” a great solution that served us well across many projects. But in our ongoing pursuit of reliability, one piece was missing: the ability to automatically verify that all links and addresses within an application are properly connected.

That’s exactly what TanStack Router brought us. A link pointing to a page that doesn’t exist, a missing piece of information in an address β€” we know about it before even launching the application. In line with our TypeScript-first approach, it’s one more guarantee that navigation works as expected, everywhere.

Today, we use TanStack Router within TanStack Start on our projects, notably through Start UI Web, our open-source starter that ships with it out of the box. What matters to us is that extra layer of reliability on a part of the application we used to have to check by eye.

Articles about TanStack Router