looking for some tutorials

coming from a rails background, im new to node & t3 in general, is there a tutorial i can follow to play around with the t3 template?
E
epsilon42326d ago
Haven't used rails, but I've heard that redwoodjs is a similar experience. In terms of create-t3-app i found these videos useful: theo's (twitter clone, uses clerk for auth, steps you through all the way to deployment): https://www.youtube.com/watch?v=YkOSUVzOAA4 Another one I found useful (todo app, nextauth - magic link auth): https://www.youtube.com/watch?v=S3k82XXCrBo Pretty similar to theo's (twitter clone) but uses discord auth: https://www.youtube.com/watch?v=jqVm5_G1ZEE
Theo - t3․gg
YouTube
T3 Stack Tutorial - FROM 0 TO PROD FOR $0 (Next.js, tRPC, TypeScrip...
I've never worked this hard on a video before. I really hope y'all can benefit from this 🙏 GITHUB REPO https://github.com/t3dotgg/chirp DEPLOYED APP https://xn--uo8h.t3.gg/ GET A JACKET IF YOU'RE COOL LIKE THAT https://shop.t3.gg/ ALL MY VIDEOS ARE POSTED EARLY ON PATREON https://www.patreon.com/t3dotgg Everything else (Twitch, Twitter, Discor...
Daniel Bark
YouTube
Full Stack Tutorial - [Next.js, TRPC, T3, Typescript, Prisma, Tailw...
For a few years we have been talking about "Full stack type safety". But to be honest the developer experience has not been great, especially for beginners. The setup has simply been too complex. Until now with TRPC! 🎉 The T3 stack will setup a boilerplate that integrates TRPC with fully typed React query and mutation hooks. And optionally Pri...
Web Dev Simplified
YouTube
How To Create A Social Media App Using The T3 Stack - Next.js, Reac...
Try Out Amplication: https://amplication.com/?utm_source=wdsytc&utm_medium=cpm&utm_campaign=vid&utm_content=twitter_clone&utm_term=try_out_link_amp_hp Amplication is open source. Star their GitHub repo: https://github.com/amplication/amplication I finally created a project using T3 and I love the stack. tRPC, TypeScript, and Tailwind are some ...
W
whatplan326d ago
just wanted to add feel free to @ or dm me with any questions happy to help
R
ruta123324d ago
this is awesome, thank you! i will. thank you!
M
MitchelInaju324d ago
Thanks for this
G
Gero323d ago
If you have played around and got a rough idea of tRPC I recommend this https://youtu.be/x4mu-jOiA0Q he explains well the flow from useQuery to procedure and back.
Christopher Ehrlich
YouTube
How tRPC really works
Larger version of the diagram: https://c-ehrlich.dev/img/youtube/trpc-data-flows.png This video explains tRPC from an app developer's perspective. Resources: tRPC: https://github.com/trpc/trpc tRPC Docs: https://trpc.io/docs/ Create T3 App: https://github.com/t3-oss/create-t3-app Chris Bautista's 🚮 NextConf Talk: https://www.youtube.com/watch?...
D
dan323d ago
There’s a whole section on the docs with some good resources https://create.t3.gg/en/faq#what-learning-resources-are-currently-available
Create T3 App
FAQ 🚀 Create T3 App
The best way to start a full-stack, typesafe Next.js app.
D
dan323d ago
Also the T3 collection which can be useful to see some real world code of projects using t3 stack
Want results from more Discord servers?
Add your server
More Posts
is it worth it to have meaningful errors returned from server side form validation?like is it worth it at that point to return an error for every field that is invalid from the backenGood setup for CRA + Serverless in a monorepo?Hey folks, what’s a good setup for a serverless function and a CRA in a monorepo? If I’m able to stHow to redirect with new headers back to the same page?User goes to page `/foo`, we check if this page is protected, if it is, we rewrite the page to sometThe Edge - what's the pointso as far as i know the edge move a server close as possible to your user right? but then what's thcloudflare R2 in Versel?Has anyone here used R2 in their NextJS app hosted on Versel? Trying to save money on bandwidth WhReact.FC equivalent for RSCIs there a "React.FC" equivalent for React Server Components?How do I use the return type of a function with overloads that will be returned in the same functionI'm creating a library, but I have a problem when I use a function with overloads to return itself iMedia not rendering on first try, only after a refreshHey, first of all, this is my first complex Next.js project, so it is very probable that I am doing any good resource for browser extension development?just titleRoute Guarding with nextjsHow do you implement route guarding with nextjs? Not too sure what would be the recommended way to dthe URL must start with the protocol `mongo`I have been geting this error recently, and I have no idea why. my mongodb DATABASE_URL is without "Read and Write in Next Js Is not working in production (vercel)this code is working in local environment but not working in production can anyone tell me how to reDesperate for help with Trpc resolver.How can i get resolve({ default: base64Data }); to only trigger once trpc has returned success or fuseRouter queryHow do y'all handle typescript with nextjs's query params? Currently I'm doing ```const cartId = quPassword hashing on EDGE?I'm making an app and noticing that vercel's serverless functions are taking very much time to complAuth.js Muti-device SupportI'm implementing auth right now in a site that the user will likely be switching from mobile to deskNextJS should I use a headless CMS?Hello I am working on a project that is a multi user blog where anyone can create a post and commenHow to define this exact relation on prismaGiven this two models, how could I implement a relation between them, where a duel has 2 user Ids inHow much do y'all charge for your apps?I have created two complete custom apps for clients, took 40-60 hours a piece. Just curious how y'aDrizzle client side vs server side?hi can someone help explain to me a bit about drizzle? as far as i can tell, its doing client side a