TypeScript and Axios Intro - React Tutorial 54

Поділитися
Вставка
  • Опубліковано 16 гру 2024
  • Start your software dev career - calcur.tech/de... ⚛️ FREE React Course (download & bonus content) - calcur.tech/fr...
    React UA-cam Playlist - calcur.tech/re...
    💯 FREE Courses (100+ hours) - calcur.tech/al...
    🐍 Python Course - calcur.tech/py...
    ✅ Data Structures & Algorithms - calcur.tech/ds...
    ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
    ✉️ Newsletter - calcur.tech/ne...
    📸 Instagram - / calebcurry
    🐦 Twitter - / calebcurry
    🔗 LinkedIn - / calebcurry
    ▶️ Subscribe - calcur.tech/sub...
    👨🏻‍🎓 Courses - www.codebreakt...
    ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
    ↪ My Amazon Store - www.amazon.com...
    🅿 Patreon - calcur.tech/pat...
    🅖 GitHub Sponsors - github.com/spo...
    Ⓟ Paypal - paypal.me/calcur

КОМЕНТАРІ • 15

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

    ⚛ FREE React Course (download & bonus content) - calcur.tech/free-react-course
    React UA-cam Playlist - calcur.tech/react-playlist
    Code - github.com/CalebCurry/ts-axios
    github.com/CalebCurry/react-backend-django
    github.com/CalebCurry/react
    Backend Python - www.codebreakthrough.com/backend-python

  • @soltiscd
    @soltiscd 2 роки тому +4

    Typescript... now you got my attention

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

    I learnt Android from your tutorial.
    I am following all the way from Uganda

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

    Typescript. Now thats where boys become man.

  • @calm_and_happy-dt
    @calm_and_happy-dt Рік тому

    Excellent explaining. Thank you!

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

    Caleb I love you, Im watching your c tutorial series and you are great!! rn im at tutorial #57. I love how you regularly joke haha. keep it going! . love ya, greetings from mexico

  • @Syberby
    @Syberby 11 місяців тому

    why u did not typed axios response?

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

    Could you make video about handling errors in ts from axios pls

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

    What an amazing video. Thank you so much

  • @Pareshbpatel
    @Pareshbpatel 8 місяців тому

    An excellent introduction to using TypeScript with Axios in a React App. Thanks, Caleb.
    {2024-04-09}

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

    thanks broo

  • @rhys-stubbs
    @rhys-stubbs 2 роки тому

    Out of interest, why are you teaching using Axios? With the native fetch API I really see no need for any library.

    • @codebreakthrough
      @codebreakthrough  2 роки тому +4

      I’m just trying to cover some different options people might use. 😁

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

      I feel axios is way more common than native fetch, plus he covers fetch in detail in previous eps

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

      axios is more common and provides with the additonal ability that native fetch don't out of the box. I believe axios is a better option but dude I do respect your opinion as well.