ViliamKopeckyV
tRPC3y ago
3 replies
ViliamKopecky

Next.js tRPC router separated to edge-runtime and node-runtime

I would like to separate server into two runtimes - most things can run on edge-runtime, but I have some endpoints that need nodejs api.

It is easy to have two vanilla clients, but can i combine two clients into one react-query client?
Was this page helpful?