tRPC and WebSockets
What's the best way to do real time with T3?
Zob nested object with react hook form?
What are your preferred methods to offer account deletion?
Reusable Datatable (Typesafe)
Zod validation on client side and server router?
Does anyone know why Chrome is injecting colors into some elements (but not brave)?
Getting into tRPC !
Attempting to switch from React-Beautiful-DnD to dnd-kit
Making Pusher typesafe with tRPC?
Omit key recursively?
type TParseObject<T>={
[key in keyof T]?: string | TParseObject<T>
};
type TParseObject<T>={
[key in keyof T]?: string | TParseObject<T>
};
Is it possible to infer a const type from a Set?
const foo = new Set([1,2,3])
how can I infer the type of foo as const?
For example, const bar = [...foo.keys()] as const is of type number[] instead of type 1 | 2 | 3....Where to start for frontend
Next app deployment issue on vercel

learning t3 stack, specifically fetching data from API
Next.js - ReactQuery data is being refetched everytime route changes.
Is there a way to add only a specific addon to an already existing ct3a app?
rcTable Rerenders useEffect

Case sensitive search in MySQL with Prisma
mode property where you could set sensitivity in something like Postgres. Is there any way you can do case-sensitive search?
Thanks!...