The introduction to React you've been missing - Kent C. Dodds

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • From the 2018 UtahJS Conference on September 14, 2018
    www.utahjs.com
    Kent on Twitter: / kentcdodds
    Slides: kcd.im/intro-react

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

  • @Lambdaphile
    @Lambdaphile 3 года назад +20

    This is not a bad introduction for beginners (not very practical IMO) but it's really good for ppl who already know React. It really makes you think deeper about the technology.

  • @Nonsense116
    @Nonsense116 5 лет назад +25

    not only did I get an incredible intro to react, but I also understand what Babel is. Thank you so much!

  • @arthurboss.youtube
    @arthurboss.youtube 5 лет назад +10

    This video was perfectly named. Amazing simple and straight forward explanation. It is rare to find people who narrow down what seems complex into something that isn't complicated anymore. Great job!

  • @izio4408
    @izio4408 3 года назад +5

    Imagine standing up to do that stretch without knowing that 15,000 plus people would be staring at your neck

  • @sanjeevakaalex
    @sanjeevakaalex 4 года назад +7

    The best, and I mean best, did I mention best, talk on Introduction to react Thank you so much Kent

    • @kickbuttowsk2i
      @kickbuttowsk2i 4 года назад

      I doubt it

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

      @@kickbuttowsk2i acc to you, which is best then, would love to see?

    • @tomvonheill
      @tomvonheill 3 года назад

      @@sanjeevakaalex same i'm eating these up, pass along any better ones

  • @zacksargent
    @zacksargent 4 года назад +7

    Content starts at 4:07

  • @cristiandavid7136
    @cristiandavid7136 6 лет назад +27

    Whats the name of the chrome extension to show that new tab window ?

    • @Nonsense116
      @Nonsense116 5 лет назад +4

      for some reason I read this as "what in the name of chrome extension is that tab." I had a good laugh there.

    • @ProSandlin
      @ProSandlin 4 года назад

      He mentions it in this video I think
      ruclips.net/video/SAIdyBFHfVU/видео.html

    • @HT61867
      @HT61867 4 года назад +1

      @@ProSandlin hey do you know the name of the chrome extension he used in that video?

  • @minnin4132
    @minnin4132 5 лет назад +9

    The exact same guy who made a meme with a smily face is now doing a talk about science and gym warmups

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

    Really great Kent is a legend 🤘

  • @michaelnewman2993
    @michaelnewman2993 3 года назад

    Fantastic stuff

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

    very inspiring

  • @edchelstephens
    @edchelstephens 3 года назад

    Thanks a lot!

  • @subhashgn1775
    @subhashgn1775 3 года назад

    wonderfull

  • @anomanonymous4648
    @anomanonymous4648 3 года назад +3

    Can anyone tell the name of vscode theme

    • @gouravsingh9146
      @gouravsingh9146 3 года назад +1

      Yeah anybody?

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

      It seems to be a modified Night Owl / Night Owl Black

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

      and the font is MonoLisa with the Script Variant enabled for the handwritten effect for some letters

  • @hugodsa89
    @hugodsa89 4 года назад +4

    "it has an underscore so we cannot access it, nah, its just convention because javascript is funny."
    I would have said a lot worse than "funny" but sure, funny will do.

  • @activefun2992
    @activefun2992 3 года назад

    Why append to the root rather than the body (12:02)? Just modularity or some other reason?

  • @zen-ventzi-marinov
    @zen-ventzi-marinov 2 года назад

    starts at 5:00

  • @YashGupta-dr5re
    @YashGupta-dr5re 4 года назад +1

    That's really nice intro to react.

  • @MM-24
    @MM-24 5 лет назад +4

    talk starts at 2:00

    • @bendtherules0
      @bendtherules0 4 года назад +1

      Nice! Imagine if every speaker asked the audience to stretch like this! 😅

  • @activefun2992
    @activefun2992 3 года назад

    Why does he say everyone loves a class named container at 12:51? Is it just a common name or is he referring to something?

    • @bababooeybababooey
      @bababooeybababooey 3 года назад

      It is a very common name

    • @nishantjain2975
      @nishantjain2975 3 года назад

      Yeah. People coming from bootstrap library and in general any other library / framework, use this quite a lot.

  • @edgeeffect
    @edgeeffect 4 года назад +3

    I came here to find out about React and left before the callisthenics were over!

  • @DennisAllard
    @DennisAllard 5 лет назад +1

    The speaker asked the audience a question "how many of you are being paid to write react every day?" But he does not share the answer. Same comment for his questions about how many people have programmed in jQuery and how many people have supported IE8 etc. in the presentation he asks that question of the audience and then all he says is "wow". The talk doesn't really start until about minute six. fwiw

  • @dontdoit6986
    @dontdoit6986 4 года назад

    Informative but meandering. This talk spent much more time discussing JSX, with the tag rendered by a single react function. How many REACT developers are using JSX?

  • @jokinglimitreached1503
    @jokinglimitreached1503 4 года назад

    Not the best intro for React, but better than nothing. A lot of time wasted, and code not organized clearly. Useful babel tips, though