The T3 Stack for Beginners - NextJS, tRPC & Typescript made fun!

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 34

  • @hideinbush0
    @hideinbush0 Рік тому +17

    I loved how you compare the traditional method of adding type safety to frontend and backend with trpc. Very helpful for learning, subscribed!

  • @emilryden8306
    @emilryden8306 2 роки тому +3

    Brilliantly explained and showed in such a short time. #subbed! Didn't think readability was an issue.

  • @codewithguillaume
    @codewithguillaume 2 роки тому +2

    Dude loved that video. Subscribing immediately.

  • @stevereid636
    @stevereid636 Рік тому

    Great tutorial! I managed to follow along using trpc v10 👍🏾

  • @julienheng3880
    @julienheng3880 2 роки тому

    Thank you so much for making this video! Great explanation and easy to follow.

  • @markjaylunas
    @markjaylunas 2 роки тому +7

    liked the video. just need a zoom in for readability

  • @mvahmed
    @mvahmed Рік тому

    Im using T3 with NextAuth and Auth0 for authentication.
    I couldn't figure out how to get the accessToken inside the router without adding it to the session.

  • @LEDsellers
    @LEDsellers Рік тому +1

    this doesn't seem to work in the latest version of t3, it seems to have moved to zod and a different method of creating routes

  • @husonhomestead993
    @husonhomestead993 Рік тому

    Ok- I don't get near the suggestive completions you are getting. what type script extension are you using in vs code? Anytime I get an error- the suggested text is always- essentially- what you are laying out as the old way of doing things. It would be sooo much easier if the suggested text was what was showing up on your screen during the video.

  • @NickFields4
    @NickFields4 2 роки тому +3

    Would you be willing to use tRPC 10 for the upcoming tut?
    Asking for a friend

    • @joshtriedcoding
      @joshtriedcoding  2 роки тому +1

      The tutorial is up by now and I’ve used the most up-to-date version in that 👍

    • @NickFields4
      @NickFields4 2 роки тому

      Dope --- Thanks, Josh !

  • @oscaryiudev
    @oscaryiudev Рік тому

    Why you don’t need to import the answer type?

  • @joshbleijenberg5852
    @joshbleijenberg5852 2 роки тому +1

    What do you exactly mean with maintaining the types?

    • @joshtriedcoding
      @joshtriedcoding  2 роки тому

      When adding to a project, you don’t want to worry about manually changing types as well. You’ll want them inferred as much as possible to reduce manual keeping track of things

  • @0xPanda1
    @0xPanda1 Рік тому

    Fantastic tutorial

  • @modestas2890
    @modestas2890 2 роки тому

    great explanation mate

  • @aquirozca
    @aquirozca 2 роки тому

    Thanks bro, nice explanation

  • @sjc5
    @sjc5 2 роки тому

    Can't you do `const { data: name } = trpc.useQuery()` and avoid the useState and onSuccess? Otherwise this feels like a step backwards from normal react query.

  • @darelbvcr687
    @darelbvcr687 Рік тому

    can you make some app using t3 stack?

  • @sapito169
    @sapito169 2 роки тому

    suport microfontend???

  • @ionutraceanu3664
    @ionutraceanu3664 9 місяців тому

    thanks!

  • @wassup102
    @wassup102 2 роки тому

    thank you sir

  • @JEEVRAJTARALKAR
    @JEEVRAJTARALKAR 9 місяців тому

    One thing that I don't like UA-cam videos is the statement "this is where all the magic happens" at the important point and we never know what magic exactly?
    I am absolute beginner for trpc and t3 and haven't understood the magic till the end. It will be nice if youtubers explain the magic rather than sugarcoating it

  • @andreandrade6498
    @andreandrade6498 Рік тому

    thanks man!

  • @Johnson-ks5uw
    @Johnson-ks5uw 2 роки тому

    very helpful!

  • @amineshinigami5374
    @amineshinigami5374 2 роки тому

    it work on my pc thx bro vеry much

  • @CTILET
    @CTILET 2 роки тому

    Perfecto😍

  • @austincodes
    @austincodes Рік тому

    I can't get over the fact that you used to powershell 🤢

  • @cirex314
    @cirex314 9 місяців тому

    I thought globally typing things in .d.ts was bad practice?