React Query Cache - Does this come with trpc T3 stack?
Does anyone know how to cache data fetched via a trpc route?
Typically I'd wrap my entire application in a React QueryClientProvider, but idk if that's how you'd do this in a T3 app.
1 Reply
it gets cached automatically
add the react query devtools to your app and take a look 🙂