ersindeniz
TTCTheo's Typesafe Cult
•Created by ersindeniz on 9/21/2024 in #questions
T3 Stack for Large-Scale Project: Pros and Cons?
Would you prefer using a T3 app for a full-stack project with numerous tables and numerous CRUD operations? As you know, T3 has a monorepo architecture. I've read some things about monorepos slowing down the TS server as they grow. I'm using Drizzle and exporting select and insert types for each table. I'm also creating Zod schemas for all endpoints and inferring and exporting types for all these schemas.
Since I'm at the beginning of the project, I welcome any suggestions you might have.
4 replies