Server Component Call to TRPC on express backend
I have following structure:
- Nextjs App folder with both client components and server components
- TRPC on express backend.
Communication with client components works perfectly, but I would like to call it from the server components as well. What is the correct approach?
0 Replies