Is anyone using the nextjs app router for their frontend and pages for trpc?

If you could share an example repo I'd love to see how you've implemented this
2 Replies
cje
cje7mo ago
Why would you want to do this?
Rigrig
Rigrig7mo ago
I like the app router and I'm using Clerk for auth. I'm struggling to make Clerk work with protectedPrecedures using the app router but they have great docs/turorials on how to do it with the pages router If I could do all my backend in pages and front end in app then that might be a band aid till Clerk provide some clear guidance how to get it all wired up properly