t3 stack with app router

Does t3 stack with app router still makes sense in 2025? While we have server actions
7 Replies
rocawear
rocawear3mo ago
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
Pranoy
PranoyOP3mo ago
And do you still use next auth?
rocawear
rocawear3mo ago
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
Pranoy
PranoyOP3mo ago
Ohh got it thanks u Btw do u have anu open-source projects?
rocawear
rocawear3mo ago
Using t3 stack with trpc etc? Some old projects that wont help much
Pranoy
PranoyOP3mo ago
So for new projects what do u use?
rocawear
rocawear3mo ago
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"

Did you find this page helpful?