Kenzo
How to cache trpc server request next.js app router
---
Hey Alex.
Let's simplify this.
I have a wiki with weapons in a DB. I Want to cache the query and revalidate it when I modify the weapons table for example.
Vercel fetch stale while revalidate would work perfectly.
But we are using trpc. Not fetch directly.
Having to modify the responseMeta is weird for this simple use case
24 replies