Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ functions
Functions
11,309 in github.com/TanStack/router
⨍
Functions
11,309
◇
Types & classes
6,439
↓ 4 callers
Function
hashPassword
(password: string)
e2e/solid-start/basic-auth/src/utils/prisma.ts:10
↓ 4 callers
Function
hydrateStart
()
packages/vue-start-client/src/hydrateStart.ts:91
↓ 4 callers
Method
input
* Creates a media transformer from an input stream. * @param media - The input media bytes * @returns A MediaTransformer instance for applyi
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:10240
↓ 4 callers
Function
invoicesQueryOptions
()
examples/react/kitchen-sink-react-query-file-based/src/utils/queryOptions.ts:13
↓ 4 callers
Function
invoicesQueryOptions
()
examples/solid/kitchen-sink-solid-query-file-based/src/utils/queryOptions.ts:12
↓ 4 callers
Function
isCompilerTransformEnabledForEnv
( transform: StartCompilerImportTransform, env: StartCompilerEnvironment, )
packages/start-plugin-core/src/start-compiler/compiler.ts:85
↓ 4 callers
Function
isControl
( result: Lane<any> | ControlOutcome, )
packages/router-core/src/load-client.ts:274
↓ 4 callers
Function
isFileExcluded
( relativePath: string, matchers: Pick<FileMatchers, 'excludeFiles'>, )
packages/start-plugin-core/src/import-protection/utils.ts:34
↓ 4 callers
Function
isJsFile
(file)
scripts/benchmarks/bundle-size/measure.mjs:256
↓ 4 callers
Function
isManifestJsAsset
* True for any JS/MJS asset that should be included in the manifest. * Excludes HMR runtime patches.
packages/start-plugin-core/src/rsbuild/normalized-client-build.ts:108
↓ 4 callers
Function
isSegmentPathless
( segment: string, originalSegment: string, )
packages/router-generator/src/utils.ts:637
↓ 4 callers
Function
itemMarker
(id: string)
benchmarks/client-nav/scenarios/links/shared.ts:38
↓ 4 callers
Function
logDiff
(oldStr: string, newStr: string)
packages/router-utils/src/logger.ts:4
↓ 4 callers
Function
makeBeforeLoadMarker
(context: BeforeLoadContext)
benchmarks/ssr/scenarios/before-load/shared.ts:8
↓ 4 callers
Function
makeDocumentMarker
( id: string, context: GlobalMiddlewareContext, )
benchmarks/ssr/scenarios/global-middleware/shared.ts:18
↓ 4 callers
Function
makeServerFnMarker
( q: string, context: GlobalMiddlewareContext, )
benchmarks/ssr/scenarios/global-middleware/shared.ts:42
↓ 4 callers
Function
makeServerRouteMarker
( id: string, context: GlobalMiddlewareContext, )
benchmarks/ssr/scenarios/global-middleware/shared.ts:35
↓ 4 callers
Function
matchesAny
( value: string, matchers: Array<CompiledMatcher>, )
packages/start-plugin-core/src/import-protection/matchers.ts:53
↓ 4 callers
Function
mergeServerFnsById
( current: Record<string, ServerFn>, next: Record<string, ServerFn>, )
packages/start-plugin-core/src/start-compiler/host.ts:66
↓ 4 callers
Function
nestedLayoutValue
()
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:57
↓ 4 callers
Function
nestedStateValue
(id: string)
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:61
↓ 4 callers
Function
normalizePath
(path: string)
packages/router-plugin/src/core/utils.ts:15
↓ 4 callers
Function
normalizeSourceMap
(map: SourceMapLike | null | undefined)
packages/start-plugin-core/src/import-protection/sourceLocation.ts:115
↓ 4 callers
Function
postQueryOptions
(postId: string)
examples/react/start-basic-react-query/src/utils/posts.tsx:45
↓ 4 callers
Function
postQueryOptions
(postId: string)
examples/solid/start-basic-solid-query/src/utils/posts.tsx:45
↓ 4 callers
Function
postQueryOptions
(postId: string)
e2e/react-start/basic-react-query/src/utils/posts.tsx:51
↓ 4 callers
Function
postQueryOptions
(postId: string)
e2e/vue-start/basic-vue-query/src/utils/posts.tsx:28
↓ 4 callers
Function
postQueryOptions
(postId: string)
e2e/solid-start/basic-solid-query/src/utils/posts.tsx:22
↓ 4 callers
Function
preload
()
packages/solid-start-client/src/GenericHydrate.tsx:191
↓ 4 callers
Function
releaseOwnedFlight
( router: AnyRouter, match: WorkMatch, flight?: LoaderFlight, )
packages/router-core/src/load-client.ts:472
↓ 4 callers
Function
removeUnderscores
(s?: string)
packages/router-generator/src/utils.ts:516
↓ 4 callers
Function
renderRouterToString
({ router, responseHeaders, App, }: { router: AnyRouter responseHeaders: Headers App: Component })
packages/vue-router/src/ssr/renderRouterToString.tsx:6
↓ 4 callers
Function
renderRouterToString
({ router, responseHeaders, children, }: { router: AnyRouter responseHeaders: Headers children: Re
packages/react-router/src/ssr/renderRouterToString.tsx:5
↓ 4 callers
Function
reset
()
packages/vue-router/src/CatchBoundary.tsx:22
↓ 4 callers
Function
resolveExtensionlessAbsoluteId
(id: string)
packages/start-plugin-core/src/vite/import-protection-plugin/plugin.ts:179
↓ 4 callers
Function
rewriteDeniedImports
( code: string, id: string, deniedSources: Set<string>, getMockModuleId: (source: string) => string =
packages/start-plugin-core/src/import-protection/rewrite.ts:62
↓ 4 callers
Function
runHydrationStrategyCleanup
(cleanup: void | (() => void))
packages/start-client-core/src/hydration/runtime.ts:100
↓ 4 callers
Function
safeObjectMerge
( target: T | undefined, source: Record<string, unknown> | null | undefined, )
packages/start-client-core/src/safeObjectMerge.ts:8
↓ 4 callers
Function
sectionItems
(section: string)
benchmarks/client-nav/scenarios/preload/shared.ts:44
↓ 4 callers
Function
seo
({ title, description, keywords, image, }: { title: string description?: string image?: string
e2e/react-start/website/src/utils/seo.ts:1
↓ 4 callers
Function
seo
({ title, description, keywords, image, }: { title: string description?: string image?: string
e2e/vue-start/website/src/utils/seo.ts:1
↓ 4 callers
Function
seo
({ title, description, keywords, image, }: { title: string description?: string image?: string
e2e/solid-start/website/src/utils/seo.ts:1
↓ 4 callers
Function
setupCoreRouterSsrQueryIntegration
({ router, queryClient, dehydrateOptions, hydrateOptions, handleRedirects = true, }: RouterSsrQueryO
packages/router-ssr-query-core/src/index.ts:35
↓ 4 callers
Function
setupRouterSsrQueryIntegration
( opts: Options<TRouter>, )
packages/vue-router-ssr-query/src/index.tsx:14
↓ 4 callers
Function
setupScrollRestoration
(router: AnyRouter, force?: boolean)
packages/router-core/src/scroll-restoration.ts:166
↓ 4 callers
Function
slowStateValue
(id: string)
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:45
↓ 4 callers
Function
step
(testId: string, isSettled: () => boolean)
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:72
↓ 4 callers
Function
stripQuery
(id: string)
packages/start-plugin-core/src/import-protection/utils.ts:132
↓ 4 callers
Function
throwBoundaryError
( code: string, path: babel.NodePath<t.JSXElement>, message: string, )
packages/start-plugin-core/src/hydrate-when-transform.ts:310
↓ 4 callers
Function
transformReadableStreamWithRouter
( router: AnyRouter, routerStream: ReadableStream, opts?: TransformStreamWithRouterOptions, )
packages/router-core/src/ssr/transformStreamWithRouter.ts:23
↓ 4 callers
Function
useAppSession
()
examples/react/start-basic-auth/src/utils/session.ts:9
↓ 4 callers
Function
useAppSession
()
examples/solid/start-basic-auth/src/utils/session.ts:9
↓ 4 callers
Function
useAppSession
()
e2e/react-start/basic-auth/src/utils/session.ts:9
↓ 4 callers
Function
useAppSession
()
e2e/vue-start/basic-auth/src/utils/session.ts:9
↓ 4 callers
Function
useAppSession
()
e2e/solid-start/basic-auth/src/utils/session.ts:9
↓ 4 callers
Function
useAuth
()
examples/react/authenticated-routes-firebase/src/auth.tsx:66
↓ 4 callers
Function
useAuth
()
examples/solid/authenticated-routes-firebase/src/auth.tsx:57
↓ 4 callers
Function
useAuth
()
examples/solid/authenticated-routes/src/auth.tsx:57
↓ 4 callers
Function
useElementScrollRestoration
( options: ( | { id: string getElement?: () => Window | Element | undefined | null
packages/solid-router/src/ScrollRestoration.tsx:32
↓ 4 callers
Function
useElementScrollRestoration
( options: ( | { id: string getElement?: () => Window | Element | undefined | null
packages/react-router/src/ScrollRestoration.tsx:32
↓ 4 callers
Function
useStructuralSharing
( opts: | { select?: ( slice: TSelectSlice, ) => ValidateSelected<TRouter, TSe
packages/react-router/src/useMatch.tsx:25
↓ 4 callers
Function
useTags
(assetCrossOrigin?: AssetCrossOriginConfig)
packages/react-router/src/headContentUtils.tsx:195
↓ 4 callers
Function
usersQueryOptions
(search: string)
examples/react/search-validator-adapters/src/components/Users.tsx:49
↓ 4 callers
Function
usersQueryOptions
(search: string)
examples/solid/search-validator-adapters/src/components/Users.tsx:49
↓ 4 callers
Function
validateSearch
(validateSearch: AnyValidator, input: unknown)
packages/router-core/src/router.ts:2757
↓ 4 callers
Function
waitForRequiredLink
( container: ParentNode, testId: string, cache?: Map<string, HTMLAnchorElement>, )
benchmarks/client-nav/setup-helpers.ts:22
↓ 4 callers
Function
writeChunk
* Enqueue a string chunk through the backpressure queue. Stored as a * string and encoded only when the downstream actually accepts the chunk *
packages/router-core/src/ssr/transformStreamWithRouter.ts:490
↓ 4 callers
Function
zodValidator
( options: TOptions, )
packages/zod-adapter/src/index.ts:42
↓ 3 callers
Function
abortMatches
( matches: Array<AnyRouteMatch>, start = 0, reason?: unknown, )
packages/router-core/src/load-server.ts:443
↓ 3 callers
Function
abortableServerFn
()
e2e/solid-start/server-functions/src/routes/abort-signal/$method.tsx:42
↓ 3 callers
Function
acquireMatchResources
(matches: Array<AnyRouteMatch>)
packages/router-core/src/load-client.ts:577
↓ 3 callers
Method
addEdge
(resolved: string, importer: string, specifier?: string)
packages/start-plugin-core/src/import-protection/trace.ts:32
↓ 3 callers
Function
appendRouteStylesheets
( route: RouteTreeRoute, stylesheets: Array<ManifestCssLink>, )
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:173
↓ 3 callers
Function
articleData
(slug: string)
benchmarks/client-nav/scenarios/mount/shared.ts:39
↓ 3 callers
Function
articleHead
(id: string)
benchmarks/client-nav/scenarios/head/shared.ts:92
↓ 3 callers
Function
assertAssetsScenario
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/assets/shared.ts:57
↓ 3 callers
Function
assertBeforeLoadScenario
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/before-load/shared-bench.ts:26
↓ 3 callers
Function
assertControlFlowSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/control-flow/shared.ts:169
↓ 3 callers
Function
assertGlobalMiddlewareScenario
( handler: StartRequestHandler, context: GlobalMiddlewareBenchContext, )
benchmarks/ssr/scenarios/global-middleware/bench.ts:254
↓ 3 callers
Function
assertHeadSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/head/shared.ts:40
↓ 3 callers
Function
assertLoadersSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/loaders/shared-bench.ts:34
↓ 3 callers
Function
assertRewriteScenario
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/rewrites/shared.ts:55
↓ 3 callers
Function
assertSelectiveSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/selective-ssr/shared-bench.ts:25
↓ 3 callers
Function
assertSerializationScenario
( handler: StartRequestHandler, )
benchmarks/ssr/scenarios/serialization/shared-bench.ts:63
↓ 3 callers
Function
assertServerFnScenario
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:415
↓ 3 callers
Function
assertServerFnTransportScenario
( handler: StartRequestHandler, context: ServerFnTransportBenchContext, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:489
↓ 3 callers
Function
assertServerRouteMiddlewareResponse
( handler: StartRequestHandler, )
benchmarks/ssr/scenarios/server-routes-middleware/shared.ts:34
↓ 3 callers
Function
assertServerRouteResponse
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/server-routes/shared.ts:34
↓ 3 callers
Function
assertStreamingSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/streaming/shared-bench.ts:40
↓ 3 callers
Function
awaitLazyElements
( tree: unknown, cssCollector?: CssHrefCollector, )
packages/react-start-rsc/src/awaitLazyElements.ts:83
↓ 3 callers
Function
bindSsrResponseToRequest
( router: AnyRouter | undefined, result: HandlerCallbackResult, signal: AbortSignal, )
packages/router-core/src/ssr/handlerCallback.ts:98
↓ 3 callers
Function
blogContext
()
benchmarks/client-nav/scenarios/mount/shared.ts:27
↓ 3 callers
Function
build
()
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:70
↓ 3 callers
Function
buildCodeSnippet
( provider: TransformResultProvider, moduleId: string, loc: Loc, contextLines: number = 2, root?: st
packages/start-plugin-core/src/import-protection/sourceLocation.ts:554
↓ 3 callers
Function
buildManifest
()
packages/router-core/tests/ssr-server-manifest.test.ts:37
↓ 3 callers
Function
buildResolutionCandidates
(id: string)
packages/start-plugin-core/src/import-protection/utils.ts:198
↓ 3 callers
Function
buildStartManifest
(options: { clientBuild: NormalizedClientBuild routeTreeRoutes: RouteTreeRoutes basePath: string inlin
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:257
↓ 3 callers
Function
buildTrace
( graph: ImportGraph, startNode: string, maxDepth: number = 20, )
packages/start-plugin-core/src/import-protection/trace.ts:92
↓ 3 callers
Function
buildViolationInfo
* Build a lightweight {@link ViolationInfo} record. * * Diagnostic-only work (trace, source-map lookup, snippets, AST usage * analysis) is in
packages/start-plugin-core/src/vite/import-protection-plugin/plugin.ts:439
↓ 3 callers
Function
capitalize
(str: string)
e2e/react-start/website/src/utils/seo.ts:35
← previous
next →
501–600 of 11,309, ranked by callers