tRPC in Next without api rotes
Hello! I have NextJS app that gets data in gSP using some third-party client. This data comes untyped, and i'm thinking if tRPC can help me to manage this behavior in a better way, than just zod validation.
One more thing - i do not want to make some public endpoint for quering this data.
But I can't find any examples of tRPC usage in NextJS without API routes.
Does it mean that tRPC do not fit my task as it actually "a gates of BE part"?
One more thing - i do not want to make some public endpoint for quering this data.
But I can't find any examples of tRPC usage in NextJS without API routes.
Does it mean that tRPC do not fit my task as it actually "a gates of BE part"?