Will server components be refeteched on mutation?
Nextjs parallel routing questions
How can I subscribe to updates in an RSS feed?
How can I configure tRPC to function as a REST API (single-route)?
T3 Stack: tRPC not extending type definitions to client
Total noob! Supabase and the t3 stack
How to exclude specific routes from Clerk middleware?
For Sr+ Engineers: Frontend, Backend, or Full-stack?
It works locally but doesn't save to the database when deployed on Vercel.
useFormState in tables, or complex forms
How are signals going to be any different that state variables in React?
Next redirect() gives date.getTime() error
redirect('/blog/login')
fuction into my code. then even if i had session cookie in my browser i get error about
```TypeError: date.getTime is not a function. (In 'date.getTime()', 'date.getTime' is undefined)
at isWithinExpirationDate (:40:37)
at <anonymous> (:76:74)
at processTicksAndRejections (:12:39)...Prisma/tRPC query failing 1/2 the time, but only in Prod
Tailwind CSS dynamically add classes
No typesaftey for dynamic returns
How do you cache tRPC server responses w/Next App Router?
[email protected]
& Next App Router?
Cache-Control headers are overwritten by NextJs (https://nextjs.org/docs/app/api-reference/next-config-js/headers#cache-control)
Meaning the tRPC docs are not relevant (https://trpc.io/docs/server/caching)
...I want to get information from the indexedDB and include this in the first render, without delay
getting error while fetching from uploadthing
Next Auth google says redirect URI is broken but works on another project