T3 App/tRPC/Typescript example adhering to Clean architecture?

Hi! I am running a T3 app with Prisma and wanted to hear if you guys know any good example repository to look at for following the general principles outlined in the Clean Architecture book? Primarily keeping domain/business logic separate from framework etc. I was thinking of having all business logic in a domain/ folder with a bunch of typescript files divided into "business functionality". But instead of reinventing the wheel it would be cool to see a "best practice" example. Thank you!
1 Reply
O2K
O2K•13mo ago
I feel that when running T3 its very easy to move fast and entangle everything everywhere since typesafety has your back 😄