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
TTCTheo's Typesafe Cult
•Created by MadaShindeInai on 5/19/2023 in #questions
Building T3 app with Docker. Image access issue (sharp).
6 replies
TTCTheo's Typesafe Cult
•Created by MadaShindeInai on 5/13/2023 in #questions
Removing unused imports
A rather annoying and controversial thing that was built into version 7.3.2.
As far as I can see, this is disabled by default in the latest version. Maybe someone will tell you what was responsible for enabling it in older versions?
Probably something connected with "prettier-plugin-organize-imports", but i'm not sure
4 replies