Це відео не доступне.
Перепрошуємо.

React Fiber Reconciliation: How it Works (Part 1)

Поділитися
Вставка
  • Опубліковано 3 сер 2024

КОМЕНТАРІ • 39

  • @RichaBhardwaj18
    @RichaBhardwaj18 Рік тому +4

    This was so helpful! No fuss, just the information required to picturize and hence understand React's internal working.
    This, for sure deserves to have far more reach! Lot better than majority of existing long explanations of Fiber, reconciliation on the Internet!
    Thanks for sharing this!

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

      Glad it was helpful! Feel free to share it!

  • @tsuki_
    @tsuki_ Рік тому +7

    It was your React video (where you basically implemented the react hooks in 30 minutes) that blew my mind. Before that, I used to take things as "magic". Your video made things normal and just javascript. And again it is your video that is helping me refresh my knowledge of how React reacts underneath. Thank you for being such an awesome being. Tejas BeingAwesome™ 🙂

  • @gauravnandedkar5701
    @gauravnandedkar5701 8 місяців тому +1

    Support from India...very good teaching.

  • @prachigour09
    @prachigour09 7 місяців тому

    I manifest an entire javascript and react series coming from you ☺

  • @arogyabichpuria3262
    @arogyabichpuria3262 Рік тому +2

    this is some dope shit, like no one teaches about react in this depth :)

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

      I do it for you

  • @yahayaoyinkansola8258
    @yahayaoyinkansola8258 2 місяці тому

    This was very helpful!. First time I am watching a video on your channel. I love the diagram representations, really drove the point home, thank you very much

    • @tejask
      @tejask  2 місяці тому

      Awesome, thank you!

  • @ShivamSharma-dq4pu
    @ShivamSharma-dq4pu Рік тому +2

    Hey! Tejas, a big warm hug, and thanks for making this video.
    I am 26 and I started coding/programming (I don't know the difference) in July 2022 last year not because I loved it or anything but because I was not succeeding in getting a decent job as a Mechanical Engineer as there are none in India, coding was providing me an outlet to get a job with fixed working hours and decent salary so I gave it a shot, grinded hard and guess what? I landed a job as a front-end engineer. I am not a smart person and I know when sh*t will hit the fan my company will dispose me so I have to constantly learn, educators like you, James q quick, The coding Train, and Web dev simplified to name a few are really helpful. Again thank you

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

      Appreciate you friend

  • @teodorjonsson9076
    @teodorjonsson9076 7 місяців тому

    Super helpful and professional video! Good job bro!

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

    Best explanation I found.

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

    I recently just heard of React Fiber from a course, and I didn't quite understand it. I can't wait for part 2 of the video, thanks Tejas for the explanation. Though what about the cleanup phase, one thing I remember from the course is that there are 3 life cycle phases, render phase, commit phase and cleanup phase.

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

    Th explanation was absolutely wonderful!

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

    Thank you for the video!

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

    Thanks for the vid 🙏

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

    Cool stuff.

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

    Amazing!

  • @AFC-ro6bk
    @AFC-ro6bk Рік тому

    Hi Tejas, great video, thanks for the deep dive and the explanations 🙂 I have a question about diffing virtual DOM trees. I would like to know if the diffing part is always done with comparing entire virtual DOM trees (old one and new one), or just parts that are updated are getting diffed? I understand that React will not go through the render phase of the entire app component tree if just some single nested component state is updated. But does that mean that the diffing part would be done just for this single component virtual DOM or it would be done for the entire app virtual DOM? Thanks 🙂

  • @shafaatakhunzada8081
    @shafaatakhunzada8081 11 місяців тому +1

    how react fiber differentiate between high priority and low priority tasks?

  • @baidutaobao5186
    @baidutaobao5186 9 місяців тому

    ❤❤❤

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

    😍😍

  • @lokeshnegi5051
    @lokeshnegi5051 6 місяців тому

    which memory are we talking about when we use the term in memory is it RAM or browsers localstorage ?

  • @denishclarke4470
    @denishclarke4470 Місяць тому

    Fiber reconcile the things what diffing algorithm tells, right

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

    hi, I have a question: "The JSX React.createElement() function calls and returns an object. When this Object transforms to Element tree, this object is called element tree, right?"

  • @RoadsideCoder
    @RoadsideCoder 9 місяців тому

    What is this app that you're using to explain?

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

    🐐🐐🐐🐐🐐🐐

  • @gururajchadaga
    @gururajchadaga 7 місяців тому

    how does virtual DOM fit in to this?

  • @ritviktyagi9221
    @ritviktyagi9221 7 місяців тому +1

    Is the tree generated by fiber the Virtual DOM? If not where does Virtual DOM fits into this?

    • @gururajchadaga
      @gururajchadaga 7 місяців тому

      I have the same exact question. did you find out?

    • @lilywang3968
      @lilywang3968 4 місяці тому

      yes , the react dom tree is generated by fiber tree.

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

    I am straggling to understand please make this more easy...

  • @stephen1569
    @stephen1569 2 місяці тому

    Excellent presentation my friend. I was hoping that there might be some general detail about the logic of how Fiber Root Node switches the pointer. Also, do the elements change position in the array [ currentX, setCurrentX ] ? Maybe this might be a topic for another video? Many thanks.