React Query - Update data after successful mutation
Using vanilla react query I was used to use one of these options.
What are the options with tRPC? Since
queryClient
doesn't provide any of these methods.
const queryClient = trpc.useContext();
3 Replies