What is the correct way to generate SEO metadata in t3 app
example repo testing with playwright
playwright and something to mock the api responses like msw. Do you guys know one ?T3 App on linux/Chromebook
responsive with javascript
deployment
Any free-tier solutions for heavy read-write personal projects?
Looking for resources/articles/blogs/books on how to instrument a codebase with metrics
Root not-found.tsx with multiple root layouts
not-found.tsx with multiple root layouts in Next's app directory?
Multiple root layouts are supported as outlined here: https://nextjs.org/docs/app/building-your-application/routing/route-groups#creating-multiple-root-layouts
And a global not-found is outlined here: https://nextjs.org/docs/app/api-reference/file-conventions/not-found
...what's adding the semicolons?
Change label color on Dark theme

trpc
multiple questions for a newer T3 / Webdev
Framework recomendations for jobs running with NodeJS
Nextauth google login not creating registers
What is the best way to make requests to a external api with Next?
Single source of truth for models using Zod and Prisma
prisma-zod-generator to have my Prisma schema file as a SSoT, but since I need more detailed validations like min/max for numeric values, and also more complex refinements, this solution is not good enough.
...Zod, mocking fake data that works with refine?
ZOD

How to wait for useState to finish before setting useRef value?
newSubCatInput.value is captured by reference in the anonymous function (closure?, lambda? not sure what js calls em)
I think the important part would be avoiding the capture of the DOM element. Using a reference to the string itself should work fine.
```Typescript...How to fetch file