MCPcopy
hub / github.com/TanStack/router / createRouter

Function createRouter

packages/react-router/src/router.ts:91–93  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

89 * @link https://tanstack.com/router/latest/docs/framework/react/api/router/createRouterFunction
90 */
91export const createRouter: CreateRouterFn = (options) => {
92 return new Router(options)
93}
94
95export class Router<
96 in out TRouteTree extends AnyRoute,

Callers 15

index.test.tsxFile · 0.90
index.test-d.tsFile · 0.90
tests.test-d.tsFile · 0.90
tests.test-d.tsFile · 0.90
index.test.tsxFile · 0.90
index.test-d.tsFile · 0.90
index.test.tsxFile · 0.90
index.test-d.tsFile · 0.90
createTestRouterFunction · 0.90
link.test-d.tsxFile · 0.90

Calls

no outgoing calls

Tested by 15

createTestRouterFunction · 0.72
setupFunction · 0.72
setupFunction · 0.72
runTestFunction · 0.72
setupRouterFunction · 0.72
setupFunction · 0.72
createTestRouterFunction · 0.72
RouterContainerFunction · 0.72
runTestFunction · 0.72
setupRouterFunction · 0.72
createTestRouterFunction · 0.72