Use the ChatJS React Query v5 lazy-prefetch pattern without blocking server rendering. Use when prefetching tRPC queries in Next.js Server Components or changing query dehydration and hydration behavior in apps/chat.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Start optional server prefetches early without awaiting them so they can stream through React hydration without blocking rendering.
prefetch() helper from @/trpc/server:
prefetch(trpc.foo.bar.queryOptions(...)). It handles both paginated and
non-paginated queries.HydrateClient or HydrationBoundary.This depends on trpc/query-client.ts dehydrating pending queries and using
SuperJSON for serialization and hydration. Preserve those settings when using
this pattern.
f66626f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.