can I remove prisma and trpc from T3 app if I want to?
Hey guys so I'm buulding something with T3 , and I'm wondering if I will need prisma and trpc in this project. If not - can I just remove it? And how?
6 Replies
have you run the create-t3-app cli yet?
Oh and adding to that so I have hard time wrapping my head around TRPC; how does it work, where should I use it and just Basic understanding of it. Can someone recommends any materials on that topic?
@cje yeah Ive almost finish whole project
At least the part without prisma and trpc
I was thinking maybe just leave it in the project, and when I will have more time use it. But will I not get any production errors?
you could browse the cli directory of the ct3a repo to see which files the prisma and trpc options install
there's links to a few ct3a tutorial videos on beta.create.t3.gg, but they're all on v9 so if you're on v10 it might be a bit different
@cje will try that, thx!
@cje your app with cats is so cool btw 😍
oh another option would be to install one stock app without anything or with just tailwind, and another with trpc and prisma
compare
rip stuff out from the trpc+prisma app until you're back to the start
best way to learn how it works is to get your hands dirty
Something I need to try for sure @cje 👌🏻