Deceptive site ahead
Benefits of RSC for dashboards-like apps
is it bad to fetch data inside of the definition of a custom procedure?

Silly Newbie NextJS question
Hosting
Error: P3014Prisma Migrate could not create the shadow database.
Relation Mode Prisma Indexes
With `relationMode = "prisma"`, no foreign keys are used, so relation fields will not benefit from the index usually created by the relational database under the hood. This can lead to poor performance when querying these fields. We recommend adding an index manually. Learn more at https://pris.ly/d/relation-mode-prisma-indexes"
With `relationMode = "prisma"`, no foreign keys are used, so relation fields will not benefit from the index usually created by the relational database under the hood. This can lead to poor performance when querying these fields. We recommend adding an index manually. Learn more at https://pris.ly/d/relation-mode-prisma-indexes"
which payment gateway should i pick if stripe is not available in my country?
Jotai Bug?
Vitest folder structure
How to refetch data after Clerk login?
Headless UI Stops Working when Adding addition elements to components
CSS Styling
I realize this is an opinion but since T3 is an opinionated "stack", is this what most people believe? Tailwind CSS? What about Tailwind UI and Headless UI?...
Good way to do many to many relationship Prisma
REST API Best Practice
/course GET route that gets me back all of the courses for the user...can't get query strings from context param

Local Edge Config "mock"?
s3mock (by Adobe) to run a local "S3 bucket", and we have a local mysql database for development (no worries, our production database is on PlanetScale <3)
i was really excited about Edge Config and i suggested a team member try it to implement a feature flag system (really dumb on/off toggles). unfortunately, it seemed impossible to have a local copy that each member of our team can run locally (for testing or development purposes)....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?