T
tRPC
❓-help
Is `trpc.withTRPC` for Next supposed to work with pages or only `_app`?
Looking for more? Join the community!
T
tRPC
❓-help
T
tRPC
❓-help
Recommended Posts
Are there any example of subscriptions working with react native ?queries and mutations are working pretty well with react native, I'm unable however to get subscriptRecommended way to prefetch client-sideIn react-query, you can do
```
queryClient.prefetchQuery(['todos', input], queryFn)
```
In trpc, IRevalidate API route from procedureHi, is there a way to revalidate a statically generated page from a trpc procedure?
https://nextjs.Modifying payload client-side before cachingSay I have a payload that includes something like `category_id` in each of the items returned e.g.: