BEGINNERS GUIDE to Building React in 30 minutes

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

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

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

    hi im the speaker! comment here if u want me to see it

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

      Is this code posted anywhere? This is impossible to follow along here. The code is basically just clicked through real quick so you can't actually see what is going on and half of the code is cut off by the browser so you can't see it.

    • @ikbo
      @ikbo 2 месяца назад

      That was super helpful. Is a refresh of this talk needed now that react 19 is around the corner?

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

    does anybody have the source code for this? i can't find it (after a quick search)

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

    This is what I was looking for. Thanks for this, do you have any more resources on this topic?

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

    awesome talk! Some parts at the beginning felt kind of over-glossed over (the JS dom creation, with that utils file). But awesome talk just the same. I want to re do what you did in the talk!

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

    This is amazing content!!!

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

    What is difference between React and React Fiber ? I don't get properly.

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

      React Fiber is the algorithm used by React to efficiently render your app without putting too much stress on the main thread of the browser.