MCPcopy Create free account
hub / github.com/TanStack/devtools / createRouter

Function createRouter

examples/react/drizzle/src/router.tsx:4–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { routeTree } from './routeTree.gen'
3
4export function createRouter() {
5 const router = createTanStackRouter({
6 routeTree,
7 scrollRestoration: true,
8 })
9
10 return router
11}
12
13declare module '@tanstack/react-router' {
14 interface Register {

Callers 11

getRouterFunction · 0.85
getRouterFunction · 0.85
setup.tsxFile · 0.85
getRouterFunction · 0.85
setup.tsxFile · 0.85
setup.tsxFile · 0.85
getRouterFunction · 0.85
setup.tsxFile · 0.85
getRouterFunction · 0.85
getRouterFunction · 0.85
getRouterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected