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