Function: createTRPCReact()
function createTRPCReact<TRouter, TSSRContext>(options?): httpBatchLink<TRouter, TSSRContext>
Type Parameters
Type Parameter | Default type |
---|---|
TRouter extends AnyRouter | - |
TSSRContext | unknown |
Parameters
Parameter | Type |
---|---|
options ? | any |
Returns
httpBatchLink
<TRouter
, TSSRContext
>