MadaShindeInai
Explore posts from serversAutomatically notify about excess queried fields.
Hello! Imagine very common situation:
We picking "user" with 10 fields, but using only 3 of them in component.
Is there a way to automatically identify unused fields to be able to remove them?
Is tRPC Drift about it?
2 replies
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"?
3 replies