T
TanStack•10mo ago
absent-sapphire

Prefetch query with nextjs app router

is there anyway to see if im prefetching something on server correctly?
2 Replies
absent-sapphire
absent-sapphireOP•10mo ago
like in dev tools or anything? also does devtools give us query repsonse time? 😦
foreign-sapphire
foreign-sapphire•10mo 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?