NextJS & Keystone CMS, issues when connecting both in a monorepo

Best practices for implementing an offline application
somehow when move typed function out of the router files, frontend infer type to be any ?
Big companies that use tRPC?
SSG on nextJS when appRouter is made with fastify adapter?
Migrating to V10 from V9
Authentication broke after bump to v10 from v9

Show a spinner when any mutation is loading?
Sharing schemas between server and client
v10 Migration interop, router doesnt have attributes

Recommended file structure for next.js?
[trpc].ts
file is getting huge and unwieldily - wondering what the recommendations are out there for organizing?Unhandled Runtime ErrorTRPCClientError
Weird error when running unit test
10.0.0-proxy-beta.5
works just fine, error occurs on 10.0.0-proxy-beta.6
with the introduction of @swc/helpers
.
Sharing middleware between TRPC servers
MiddlewareFunction
that can be reused between multiple TRPC instances?...Is `trpc.withTRPC` for Next supposed to work with pages or only `_app`?
TRPClientError

Are there any example of subscriptions working with react native ?
Recommended way to prefetch client-side
queryClient.prefetchQuery(['todos', input], queryFn)
queryClient.prefetchQuery(['todos', input], queryFn)
Revalidate API route from procedure