Understanding the t3-stack
so i'm just trying to understand the t3-stack better before I do more building with it (specifically the backend).. just want some clarification/corrections on my understanding so far
nextauth - sessions/authentication for the app which can either be OAuth or email
trpc - just an api kind of thing to semi-replace pages/api in nextjs that connects frontend to backend better?
nextauth - sessions/authentication for the app which can either be OAuth or email
trpc - just an api kind of thing to semi-replace pages/api in nextjs that connects frontend to backend better?
