A High Level Overview of React

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024
  • This is an excerpt from the course and book "React Explained"
    javascriptforw...

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

  • @alejandroflorez1718
    @alejandroflorez1718 3 месяца назад

    Love your books. They helped me understand key concepts that most video courses don't teach. Greetings from Colombia

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

    This video explained it much better than the other "simple" introduction videos. Even though the titles are ironic

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

    Dude, you actually made understood how to pass data down. I decide where to place the component, from there I can only pass to the children of that component. It is a hierarchical framework. It is modular. I am sold.

  • @seaymi
    @seaymi 5 лет назад +23

    This is amazing this is exactly what I was looking for thank you!

  • @TheEmperorXavier
    @TheEmperorXavier 2 года назад +5

    This is a really great breakdown, I'm currently learning JS and I am seeing the benefits of React from this well explained video

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

    This is just the best intro react video I've seen. Congrats and thank you!

  • @GrahamBillington
    @GrahamBillington 3 года назад +6

    Great video! Exactly what I needed before jumping into a react course!

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

    Great video! The sort of conceptual overview that is so helpful, but often lacking.

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

    The data flow is really well explained in this video. Really worth watching.

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

    what is that font? Great video. Finally someone explaining the basic way react works which helps understanding of why react code is the way it is. Probably going to buy your course.

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

      It's React Font. It's owned by Facebook. You can only use it if you license it.

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

      @@clodicious The monospace font in the code? edit: It's "Anonymous Pro" by Mark Simonson

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

      @@clodicious So what is the name of it?

  • @lux-co3nl
    @lux-co3nl 2 года назад

    great video! really helps when youre just getting started and dont want to get overwhelmed.

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

    great explanantio now i can see beter.initially i was a confused stone in the middle of africa thank you very much

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

    Great abstraction. Thanks.

  • @alwaystwoam
    @alwaystwoam 4 года назад +10

    This was a great overview!

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

    excellent! you just clarified many things I wasn't sure about

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

    Awesome vid. Def gonna check out your other vids on react. You explain things so well lol

  • @Zero-ym9qi
    @Zero-ym9qi 2 года назад +1

    Thanks!

  • @graysorrel
    @graysorrel 6 месяцев назад

    I the syntax of the `App()` function at at 01:54 correct ? its like
    ```js
    Function App()(
    // JSX code block
    )
    ```

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

    Beautiful explanation! ❤️

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

    Amazing, really explanatory of key concepts!

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

    Where can i find his sourcecode (that he uses in the upcoming videos) ?

  • @artahir123
    @artahir123 7 месяцев назад

    why only 8 videos in this playlist ?

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

    Good overview!

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

    Thank you. Made it very clear.

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

    solid explanation for a total noob like me. Thanks!

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

    Excellent Overview of React. Thanks.
    {2021-09-30} - {2022-02-24}

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

    who else came here from the 5 minute react video

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

    Very interesting an I did enjoy it. Thanks a lot!
    However in the examples of component : you are using parentheses instead of curly braces to render the jsx ( + should have a return ).
    Maybe indicate somewhere in the screen that it would be something to not reproduce IRL to avoid people trying this and encountering "Unexpected Error"
    ------------------
    // example in videos, not using any return neither
    function App()( ... )
    ------------------
    // the right implementation should be at list
    function App(){ ... } // with curly braces

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

      Learn the difference between concept and code. He is focused on explaining concept here (not accuracy of code). And he is doing a great job at explaining this - as all others have commented also. Only a moron would attempt to copy his code and struggle to get it to work. (and encounter 'Unexpected Error')

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

    A better way to lay out your App diagram is like an open folder list vertically:
    App
    |-Header
    ||-SiteInfo
    ||-MainNav
    |-Content
    |-Footer
    ||-Copyright
    ||-FooterNav

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

    this is great!!

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

    Really good.

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

    Thank you

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

    Well Undestand

  • @dinahsaurrr_
    @dinahsaurrr_ 4 года назад +6

    8:32

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

    My mind is exploding

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

    1.25x speed. You are welcome

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

    React is a framework, not a library

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

      I always call it a framework myself but yes, it is a library