T
TanStack•13mo ago
dependent-tan

Prefetch query with nextjs app router

is there anyway to see if im prefetching something on server correctly?
2 Replies
dependent-tan
dependent-tanOP•13mo ago
like in dev tools or anything? also does devtools give us query repsonse time? 😦
passive-yellow
passive-yellow•13mo ago
Anything prefetched will show up in devtools marked as inactive before you add any observers to it with useQuery.

Did you find this page helpful?