Recommended way to prefetch client-side
In react-query, you can do
In trpc, I seem to only have access to the
Is there a way to do
In trpc, I seem to only have access to the
useQuery option on my endpoints:Is there a way to do
trpc.todos.prefetchQuery(input) or similar?