Why is this re-rendering infinitely
PRIMARY...
Unable to invoke prisma mutation to planetscale dev branch.
npx prisma db push
npx prisma db push
npx prisma db push
npx prisma db push
next13 app dir - multiple route handlers in one folder?
Invoice PDF to JSON output
Multi-tenant Saas Application
What tool is he using!?!?!?!
How to let 2 types of users to login to my app - customers and businesses
Fastest way to get counts (need to redo schema?)

Collect user's name on sign up form using NextAuth.js Email Provider?

T3-create-app: new update whit: Drizzle/shadcnUI?
In create-t3-app how to get tRPC zod schema on client?
RouterInputs to get the input type, but can we get the zod schema to validate things on the client?
Of course we could just export the schema from each router file and import it in the client, but I imagine something like this would be very ergonomic:
```tsx
import { useForm } from 'react-hook-form';
import { zodResolver } from '@hookform/resolvers/zod';...Best way to handle env variables in nextjs 13
File storage with T3
TRPC function type per router
Make NextAuth consider i18n
How to SSG a page from my T3 app??
[chat].tsx route and I put this in the page component: ```tsx
import { createServerSideHelpers } from "@trpc/react-query/server";
import {...Passing a object with readonly attributes through tRPC
Prisma with kysely
Passing data as props in form function