t3 stack with app router
Does t3 stack with app router still makes sense in 2025? While we have server actions
7 Replies
Sure, I atleast use alot of client components (forms etc). I like the flow where you have public/private procedure etc with validation/revalidate. My data fetching strategy is to use Suspense with useSuspenseQuery
And do you still use next auth?
Yes i do but my reasoning for not using for example "better-auth" is that I have been using next-auth so long and dont know any reason why to change
Ohh got it thanks u
Btw do u have anu open-source projects?
Using t3 stack with trpc etc? Some old projects that wont help much
So for new projects what do u use?
If i would start new project I would just do normal nextjs app, then i would install trpc with this documentation https://trpc.io/docs/client/tanstack-react-query/server-components and install drizzle-orm with postgres, install next-auth
Or just do t3 app but all my fullstack projects uses trpc
"why change something that works" basically is my "motto"