t
tRPC
t
tRPC
trpc SSG with Next
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
D
Dani;
•
11/3/22, 1:58 PM
Try to use
.prefetch()
.prefetch()
instead of
.fetch()
.fetch()
A
Alex / KATT 🐱
•
11/4/22, 9:49 AM
it
's probably how you use it
A
Alex / KATT 🐱
•
11/4/22, 9:49 AM
useQuery will refetch automatically on mount
A
Alex / KATT 🐱
•
11/4/22, 9:49 AM
look at the react query docs
.prefetch()
.prefetch()
.fetch()
.fetch()