Can I use tRPC with Next.Js App Router

I want to know if there's a way I can use tRPC with Next.Js app router. I mean, I don't want to use it in server components but inside client components to have the tRPC magic in them.
Was this page helpful?