Answer
Ove
rf
low
Answer Overflow Logo
GitHub
Get Started
Login
GitHub
Open popover
T
tRPC
❓-help
Join Server
How can I make a direct fetch on a router endpoint from TRPC in NextJS on client?
PB
Pieter Berkel
View on Discord
4/21/2023
In the documentation you can use the vanilla TRPC client like this:
const bilbo = await client.getUser.query('id_bilbo');
But with NextJS app is wrapped with the WithTRPC wrapper. where you can only use hooks. How can I make a direct call?
N
NEO
View on Discord
4/22/2023
Read: tRPC Proxy client
https://trpc.io/docs/reactjs/usecontext#proxy-client