Intro to TypeScript

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • НаукаНаука

Комментарии • 30

  • @TheCruncharoo
    @TheCruncharoo Год назад

    Just used this to set up TypeScript in a project I was working on and it worked perfectly. Thank you!

  • @sohag2007
    @sohag2007 2 года назад

    My typescript journey is begin from this video. Thanks @coding_garden. Best coding channel, I've ever seen. Take love.

  • @AJax2012
    @AJax2012 2 года назад +4

    Thank you for this! I'm actually fairly well-versed in TS, but I'm going to be teaching my team React with TS and I needed a refresher on *what* I should cover, haha.

  • @LuckyMinute
    @LuckyMinute 2 года назад

    I've always been intimidated / frustrated switching to TypeScript on my personal projects but you've convinced me to give it another go, thanks CJ!

  • @IsraelCena
    @IsraelCena 2 года назад

    CJ YOU ARE AWESOME ! Thanks for you content!

  • @johnstewart9456
    @johnstewart9456 Год назад

    This was super helpful!

  • @lakshman587
    @lakshman587 2 года назад +1

    Yay!!
    Finally it's here!!!

  • @camronmcdonald2950
    @camronmcdonald2950 2 года назад

    Typescript is a typed-sensitive superset of Javascript just like C++ is typed-sensitive, object orientated superset of C (Reference: C++ inside & out book by Bruce Eckel)

  • @juj1988
    @juj1988 2 года назад +2

    Thank you.. very informative!!

  • @metalbroga
    @metalbroga 2 года назад

    This channel is underrated ❤

  • @complexlity
    @complexlity 2 года назад

    Thank you Cj. This was really helpful.
    Also at 41:03 , what shortcut did you use to highlight the entire 'person' on edit. I usually use shift+direction and that tends to be slower

    • @CodingGarden
      @CodingGarden  2 года назад +1

      On a Mac I use "alt+shift+left arrow" on PC I think it would be "ctrl+shift+left arrow"
      Here are the main shortcuts I use: gist.github.com/w3cj/022081eda22081b82c52

  • @skyhappy
    @skyhappy 2 года назад +23

    I like this... I don't watch your normal videos because they're too long and unstructured

    • @rezafisher2549
      @rezafisher2549 2 года назад +1

      agreed. i would watch more of his stuff if it was like this

    • @robertkirby4590
      @robertkirby4590 2 года назад

      Fwiw I love both, unstructured works v well for me at 2x speed

  • @johnyepthomi892
    @johnyepthomi892 2 года назад

    Awesome man. Thanks!

  • @spdlqj011
    @spdlqj011 2 года назад

    I really need this..🙌🏼🙌🏼

  • @mahdisalmanizadegan5595
    @mahdisalmanizadegan5595 2 года назад

    It was awesome cj, what is your vs code theme?

    • @CodingGarden
      @CodingGarden  2 года назад

      github.com/CodingGarden/vscode-settings#themescolor

  • @debopamgupta
    @debopamgupta 2 года назад +1

    This was a very good introduction! I feel like I'm ready to start TS now and I will!

  • @IceMetalPunk
    @IceMetalPunk Год назад

    I recently ran into a curious case with TypeScript. I was creating a helper function that wraps promises and does stuff with their resolved or rejected values. The problem is that the Promise generic only specifies a resolved type, not a rejected one, so I couldn't figure out how to annotate the rejected value inside the helper function. I resorted to using "any", but I try to avoid that if at all possible. Is there a better way to do this?

  • @cayanxk
    @cayanxk 2 года назад

    What a good video! Thank you so much.

  • @nouchance
    @nouchance 2 года назад

    Thank you Sir

  • @abhishek-kapoor
    @abhishek-kapoor 2 года назад +1

    back you yt?

  • @Metdaex
    @Metdaex 2 года назад +1

    Typescript with React please👏

  • @patricklenert
    @patricklenert 2 года назад

    Add your VS Code setup in the description please

    • @CodingGarden
      @CodingGarden  2 года назад +1

      You can view my setup here: github.com/CodingGarden/vscode-settings

  • @ahmedgamal6999
    @ahmedgamal6999 2 года назад

    ❤❤

  • @MilanDrazic
    @MilanDrazic 2 года назад

    TS is shit. I type code with TS and still have errors in production ☺️

  • @amateruss
    @amateruss Год назад

    Oh now we have a language that behaves like Java. KEKW