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