Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ functions
Functions
11,366 in github.com/TanStack/router
⨍
Functions
11,366
◇
Types & classes
6,462
↓ 3 callers
Function
getElementScrollRestorationEntry
( router: AnyRouter, options: ( | { id: string getElement?: () => Window | Element | u
packages/router-core/src/scroll-restoration.ts:94
↓ 3 callers
Function
getFallbackHtml
(id: string)
packages/start-client-core/src/hydration/runtime.ts:191
↓ 3 callers
Function
getGeneratedRouteTreePath
()
packages/start-plugin-core/src/vite/start-router-plugin/plugin.ts:41
↓ 3 callers
Function
getGlobalMiddlewareContext
(context: unknown)
benchmarks/ssr/scenarios/global-middleware/shared.ts:25
↓ 3 callers
Function
getHandleRouteUpdateCode
(stableRouteOptionKeys: Array<string>)
packages/router-plugin/src/core/hmr/handle-route-update.ts:99
↓ 3 callers
Function
getImportProtectionEnvType
( config: Pick<ImportProtectionAdapterConfig, 'envTypeMap'>, envName: string, )
packages/start-plugin-core/src/import-protection/adapterUtils.ts:37
↓ 3 callers
Function
getImportSourcesFromResult
( result: TransformResult, )
packages/start-plugin-core/src/import-protection/analysis.ts:360
↓ 3 callers
Function
getLine
(sourceFile: ts.SourceFile, node: ts.Node)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:537
↓ 3 callers
Function
getLookupConfigurationsForEnv
( env: 'client' | 'server', framework: CompileStartFrameworkOptions, opts?: { compilerTransforms?: A
packages/start-plugin-core/src/start-compiler/config.ts:48
↓ 3 callers
Function
getMarkerSpecifiers
()
packages/start-plugin-core/src/import-protection/defaults.ts:39
↓ 3 callers
Function
getModuleResource
(module: RspackModule)
packages/start-plugin-core/src/rsbuild/import-protection.ts:544
↓ 3 callers
Function
getNormalizedURL
(url: string | URL, base?: string | URL)
packages/router-core/src/ssr/ssr-server.ts:763
↓ 3 callers
Function
getOrigin
(request: Request)
packages/router-core/src/ssr/ssr-server.ts:750
↓ 3 callers
Function
getRequestHeader
(name: RequestHeaderName)
packages/start-server-core/src/request-response.ts:164
↓ 3 callers
Function
getRouter
()
packages/start-server-core/src/createStartHandler.ts:541
↓ 3 callers
Function
getScrollRestorationScriptForRouter
(_router: AnyRouter)
packages/router-core/src/scroll-restoration-script/client.ts:3
↓ 3 callers
Function
getSearchParamsFromURI
(uri: string)
packages/vue-router/tests/utils.ts:58
↓ 3 callers
Function
getSearchParamsFromURI
(uri: string)
packages/solid-router/tests/utils.ts:58
↓ 3 callers
Function
getSearchParamsFromURI
(uri: string)
packages/react-router/tests/utils.ts:58
↓ 3 callers
Function
getServerFnById
( _id: string, _access: { origin: 'client' | 'server' }, )
packages/start-server-core/src/fake-start-server-fn-resolver.ts:1
↓ 3 callers
Function
getSlowLoaderDeferred
(id: string)
benchmarks/memory/client/scenarios/interrupted-navigations/slow-loaders.ts:16
↓ 3 callers
Function
getStringAttr
( attrs: Record<string, any> | undefined, name: string, fallbackName?: string, )
packages/start-server-core/src/early-hints.ts:93
↓ 3 callers
Function
getStylesheetHref
(asset: ManifestCssLink)
packages/router-core/src/manifest.ts:186
↓ 3 callers
Function
getVirtualModulePath
( root: string, envName: string, filename: string, )
packages/start-plugin-core/src/rsbuild/import-protection.ts:326
↓ 3 callers
Function
handleCtxResult
* Normalize middleware result to context shape
packages/start-server-core/src/createStartHandler.ts:208
↓ 3 callers
Function
handler
(id)
packages/react-start-rsc/src/plugin/vite.ts:139
↓ 3 callers
Function
hasAsyncModifier
( node: | ts.FunctionDeclaration | ts.FunctionExpression | ts.ArrowFunction | ts.M
packages/eslint-plugin-start/src/rules/no-async-client-component/async-component-detector.ts:94
↓ 3 callers
Function
hasRoutePathSegmentMetadata
( metadata: RoutePathSegmentMetadata | undefined, )
packages/router-generator/src/utils.ts:319
↓ 3 callers
Function
homeItems
()
benchmarks/client-nav/scenarios/mount/shared.ts:13
↓ 3 callers
Function
hydrateSsrMatchId
(id: string)
packages/router-core/src/ssr/ssr-match-id.ts:9
↓ 3 callers
Function
initUserConfig
()
packages/router-plugin/src/core/router-code-splitter-plugin.ts:94
↓ 3 callers
Function
invalidateMatchingFileModules
( environment: ModuleInvalidationEnvironment, ids: Iterable<string>, shouldInvalidate: (mod: Environment
packages/start-plugin-core/src/vite/start-compiler-plugin/plugin.ts:83
↓ 3 callers
Method
invalidateModules
(ids: Iterable<string>)
packages/start-plugin-core/src/start-compiler/compiler.ts:855
↓ 3 callers
Function
invariant
(value: unknown, message?: string)
examples/react/start-convex-trellaux/convex/invariant.ts:1
↓ 3 callers
Function
invoicesQueryOptions
()
examples/react/kitchen-sink-react-query/src/main.tsx:46
↓ 3 callers
Function
invoicesQueryOptions
()
examples/solid/kitchen-sink-solid-query/src/main.tsx:46
↓ 3 callers
Function
isServerComponent
(value: unknown)
packages/router-devtools-core/src/utils.tsx:131
↓ 3 callers
Function
isSpecialResponse
* Check if a value is a special response (Response or Redirect)
packages/start-server-core/src/createStartHandler.ts:201
↓ 3 callers
Function
itemLabel
(a: string, b: string)
benchmarks/client-nav/scenarios/rewrites/shared.ts:47
↓ 3 callers
Function
last
(arr: ReadonlyArray<T>)
packages/router-core/src/utils.ts:192
↓ 3 callers
Function
loadMockEdgeModule
(encodedPayload: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:234
↓ 3 callers
Function
loadMockRuntimeModule
(encodedPayload: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:258
↓ 3 callers
Function
loadSilentMockModule
()
packages/start-plugin-core/src/import-protection/virtualModules.ts:173
↓ 3 callers
Function
loaderDeps
(opts)
examples/vue/basic-file-based-sfc/src/routes/remountDeps.ts:7
↓ 3 callers
Function
loaderFn
()
packages/router-plugin/tests/code-splitter/test-files/react/retain-exports-const.tsx:8
↓ 3 callers
Function
makeAbortedRequestRecords
( id: string, group: RecordGroup, )
benchmarks/memory/server/scenarios/aborted-requests/deferred-records.ts:10
↓ 3 callers
Function
makeBigPayload
(id: string)
benchmarks/ssr/scenarios/streaming/shared-data.ts:48
↓ 3 callers
Function
makeData
()
e2e/react-start/serialization-adapters/src/data.tsx:49
↓ 3 callers
Function
makeData
()
e2e/vue-start/serialization-adapters/src/data.tsx:49
↓ 3 callers
Function
makeData
()
e2e/solid-start/serialization-adapters/src/data.tsx:49
↓ 3 callers
Function
makeDeferredSectionPayload
( id: string, sectionIndex: number, )
benchmarks/memory/server/scenarios/streaming-peak/deferred-section-data.ts:14
↓ 3 callers
Function
makeKey
(fileName: string, componentName: string)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:533
↓ 3 callers
Function
makeNested
()
e2e/react-start/serialization-adapters/src/data.tsx:120
↓ 3 callers
Function
makeNested
()
e2e/vue-start/serialization-adapters/src/data.tsx:120
↓ 3 callers
Function
makeNested
()
e2e/solid-start/serialization-adapters/src/data.tsx:120
↓ 3 callers
Function
makePlainSerializationData
( id: string, )
benchmarks/ssr/scenarios/serialization/shared-data.ts:88
↓ 3 callers
Function
makeQueryOptions
(key: string)
e2e/react-start/query-integration/src/queryOptions.ts:3
↓ 3 callers
Function
makeRichSerializationData
( id: string, )
benchmarks/ssr/scenarios/serialization/shared-data.ts:70
↓ 3 callers
Function
makeSerializationPayload
(id: string)
benchmarks/memory/server/scenarios/serialization-payload/serialization-payload.ts:33
↓ 3 callers
Function
makeServerFnChurnPayload
( data: ServerFnInput, context: ServerFnChurnContext, )
benchmarks/memory/server/scenarios/server-fn-churn/server-fn-payload.ts:21
↓ 3 callers
Function
makeSsrSerovalPlugin
( serializationAdapter: AnySerializationAdapter, options: { didRun: boolean }, )
packages/router-core/src/ssr/serializer/transformer.ts:183
↓ 3 callers
Function
materializeRedirect
( router: AnyRouter, lane: { location: ParsedLocation }, route: AnyRoute, outcome: LoaderOutcome, si
packages/router-core/src/load-server.ts:107
↓ 3 callers
Function
materializeRedirect
( router: AnyRouter, lane: Lane<any>, route: AnyRoute, outcome: RawLoaderOutcome, options: ExecuteLa
packages/router-core/src/load-client.ts:1061
↓ 3 callers
Function
mergeHeaders
(...headers: Array<AnyHeaders>)
packages/router-core/src/ssr/headers.ts:26
↓ 3 callers
Function
mergeStatus
( setStatus: React.Dispatch<React.SetStateAction<T>>, patch: Partial<T>, )
e2e/react-start/deferred-hydration/src/routes/enhanced.tsx:41
↓ 3 callers
Function
mockRuntimeModuleIdFromViolation
( info: ViolationInfo, mode: MockAccessMode, root: string, )
packages/start-plugin-core/src/import-protection/virtualModules.ts:28
↓ 3 callers
Function
multiSortBy
( arr: Array<T>, accessors: Array<(item: T) => any> = [(d) => d], )
packages/router-generator/src/utils.ts:80
↓ 3 callers
Function
normalize
(value: unknown, rejected: boolean)
packages/router-core/src/load-server.ts:72
↓ 3 callers
Function
normalize
( value: unknown, rejected: boolean, routeId?: string, )
packages/router-core/src/load-client.ts:295
↓ 3 callers
Function
normalizeCatalogSearch
( search: Record<string, unknown>, )
benchmarks/client-nav/scenarios/search-params/shared.ts:92
↓ 3 callers
Function
normalizeError
(route: AnyRoute, cause: unknown)
packages/router-core/src/load-client.ts:313
↓ 3 callers
Function
normalizePage
(value: unknown)
benchmarks/client-nav/scenarios/mount/shared.ts:47
↓ 3 callers
Function
normalizePage
(value: unknown)
benchmarks/client-nav/scenarios/loaders/shared.ts:61
↓ 3 callers
Function
normalizeProductsSearch
( search: Record<string, unknown>, )
benchmarks/client-nav/scenarios/search-params/shared.ts:64
↓ 3 callers
Function
normalizeQuery
(value: unknown)
benchmarks/client-nav/scenarios/mount/shared.ts:52
↓ 3 callers
Function
normalizeViteClientBuild
( clientBundle: Rollup.OutputBundle, )
packages/start-plugin-core/src/vite/start-manifest-plugin/normalized-client-build.ts:39
↓ 3 callers
Function
nullReplaceEqualDeep
(prev, next)
packages/router-core/src/utils.ts:222
↓ 3 callers
Function
onAbort
()
packages/react-router/src/ssr/renderRouterToStream.tsx:27
↓ 3 callers
Function
onError
(msg, error)
packages/start-client-core/src/client-rpc/serverFnFetcher.ts:286
↓ 3 callers
Function
pageLabel
(n: string)
benchmarks/client-nav/scenarios/history/shared.ts:16
↓ 3 callers
Function
parseHydrateVirtualId
(id: string)
packages/start-plugin-core/src/hydrate-when-transform.ts:84
↓ 3 callers
Function
parseSegments
* Recursively parses the segments of the given route tree and populates a segment trie. * * @param data A reusable Uint16Array for parsing segments.
packages/router-core/src/new-process-route-tree.ts:187
↓ 3 callers
Function
photoLabel
(id: string)
benchmarks/client-nav/scenarios/history/shared.ts:20
↓ 3 callers
Function
pickOriginalCodeFromSourcesContent
( map: SourceMapLike | undefined, importerFile: string, root: string, )
packages/start-plugin-core/src/import-protection/sourceLocation.ts:144
↓ 3 callers
Function
postBuild
({ startConfig, adapter, }: { startConfig: TanStackStartOutputConfig adapter: StartPostBuildAdapter })
packages/start-plugin-core/src/post-build.ts:10
↓ 3 callers
Function
postId
()
packages/solid-router/tests/link.test.tsx:2118
↓ 3 callers
Function
prerender
({ startConfig, handler, }: { startConfig: TanStackStartOutputConfig handler: PrerenderHandler })
packages/start-plugin-core/src/prerender.ts:17
↓ 3 callers
Function
productData
(productId: string)
benchmarks/client-nav/scenarios/mount/shared.ts:31
↓ 3 callers
Function
productsLoaderChecksum
(deps: { page: number sort: string filters: ProductsSearch['filters'] })
benchmarks/client-nav/scenarios/search-params/shared.ts:125
↓ 3 callers
Function
productsMarkerText
(search: ProductsSearch)
benchmarks/client-nav/scenarios/search-params/shared.ts:117
↓ 3 callers
Function
projectLane
( router: AnyRouter, lane: ReducedLane, signal: AbortSignal, start = 0, end = lane[1 /* matches */].
packages/router-core/src/load-client.ts:1238
↓ 3 callers
Function
readJson
(filePath)
scripts/benchmarks/bundle-size/measure.mjs:226
↓ 3 callers
Function
readSerializedServerFnResult
(response: Response, label: string)
benchmarks/ssr/scenarios/server-fns/bench.ts:199
↓ 3 callers
Function
recordEvent
(type: string)
e2e/solid-start/selective-ssr/src/routes/ssr-false-pending-min.tsx:6
↓ 3 callers
Function
rel
(p: string)
packages/start-plugin-core/src/import-protection/trace.ts:199
↓ 3 callers
Function
releaseOwnedFlight
( router: AnyRouter, match: WorkMatch, flight?: LoaderFlight, )
packages/router-core/src/load-client.ts:475
↓ 3 callers
Method
removeAttribute
(name: string)
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:1500
↓ 3 callers
Function
removeLayoutSegmentsAndUnderscoresWithEscape
( routePath: string = '/', originalPath?: string, routePathSegmentMetadata?: Array<RoutePathSegmentMetad
packages/router-generator/src/utils.ts:568
↓ 3 callers
Function
renderPending
( router: ReturnType<typeof useRouter>, route?: AnyRoute, )
packages/react-router/src/Match.tsx:25
↓ 3 callers
Function
renderRouterToStream
({ request, router, responseHeaders, children, }: { request: Request router: AnyRouter responseH
packages/solid-router/src/ssr/renderRouterToStream.tsx:36
← previous
next →
701–800 of 11,366, ranked by callers