Getting into tRPC !
Have been in the front-end land [NextJs, React, Tailwind] for a while now and I want to give a look at tRPC. I know I can read the docs but my learning curve is best once I start with video, articles then Docs. If you can share the link, would appreciate a ton
14 Replies
there isn't really any video material for trpc v10 yet because its still in beta
for v9, tom does tech has some good videos
but also if you've ever built an api in express or similar, you can probably just use create-t3-app, read the example trpc procedures it has, and figure it out from there
@cje can i send a link to a video that helped me learn trpc?
sure
Thanks, let me check it out
@cje do you think it is better to start with v10 if one is new to trpc?
yes, why would you start learning something now that will be outdated in a few weeks
the t3 repo still uses v9 that is why I am asking
you can use trpc v10 by using
npx create-t3-app@next
ohh interesting
thanks
i'd highly recommend using
npx create-t3-app@next
for trpc v10, i love the ability to ctrl+click the function name and just teleport to there in the editorthanks I updated it now, seems to work 😄
@Tony___ https://www.youtube.com/watch?v=syEWlxVFUrY&feature=share&utm_source=EJGixIgBCJiu2KjB4oSJEQ
TomDoesTech
YouTube
Build a Blog With the T3 Stack - tRPC, TypeScript, Next.js, Prisma...
Repository: https://github.com/TomDoesTech/trpc-tutorial
tRPC docs: https://trpc.io/
In this video, we will build a blog with the T3 stack, tRPC, TypeScript, Next.js, Prisma & Zod. The blog will include a basic one-time password authentication strategy, and the ability to create blog posts.
0:00 Introduction
4:17 Demo
5:53 Code walk-through
20...
As cje recommmended, tom does tech has good videos
All I had to do is follow this and I was good to go.
Yeah I checked it out and it'a all good now, Thanks mate !!