T
tRPC
Change Theme
Search Answer Overflow
Login
T
tRPC
❓-help
Confused about createProxySSGHelpers
T
turbina
View on Discord
4/5/2023
If you can use this helper inside of
getServerSideProps
without having
ssr: true
what is the difference when you do enable
ssr
and forward headers to the server from the client?
Looking for more? Join the community!
T
tRPC
❓-help
Join Server
T
tRPC
❓-help
Join Server
Recommended Posts
How to check if data is being prefetched?
What is a method to check if ssg prefetching actually occurs? Through the network tab?
How can I access ctx from inside of a procedure?
``` const appRouter = t.router({ helloTab: t.procedure.input(z.object({ url: z.string().url() })).