Skip to main content
Version: 11.x

Function: experimental_localLink()

experimental_localLink<TRouter>(opts): TRPCLink<TRouter>

Defined in: packages/client/dist/links/localLink.d.ts:14

localLink is a terminating link that allows you to make tRPC procedure calls directly in your application without going through HTTP.

Type Parameters

Type Parameter
TRouter extends AnyRouter

Parameters

ParameterType
optsLocalLinkOptions<TRouter>

Returns

TRPCLink<TRouter>

See

https://trpc.io/docs/links/localLink