Questions from someone new to T3 stack

Hey guys 👋 new to t3 stack so had a couple of questions: 1. has t3 moved to next 13.4? 2. is trpc still required with next 13.4? because functions are in the same repo and can be imported between client and server so it should all b type safe (i guess) sorry if i my questions are noobie .
4 Replies
Endgame1013
Endgame1013•2y ago
1. The T3 team is hard at work at getting the T3 stack compatible with the /app directory. As of now, no official support just yet. 2. I wouldn’t use server actions in production just yet. At least until we see how tRPC will function in the new 13.4 design paradigm, I would stick with the stable /pages directory. Server actions are cool, but don’t include things like middleware (as far as I’m aware). tRPC is an incredible breakthrough for full stack development and is going to be tough to beat, especially the more complex your application is. I would personally wait until we see what the T3 team has in store before jumping ship on tRPC. Good questions btw!
das
das•2y ago
thank you for the clarifications!
cje
cje•2y ago
just to clarify, we are on 13.4, but not on the app dir yet
cje
cje•2y ago
this is the github thread to follow for this: https://github.com/t3-oss/create-t3-app/issues/1364
GitHub
feat: experimental appDir option and migration guide · Issue #1364 ...
Is your feature request related to a problem? Please describe. New features from Next.js 13 do not work with t3 app Describe the solution you'd like to see Create t3 app with appDir structure, ...
Want results from more Discord servers?
Add your server