How Does ReactJs Stay Fast? Virtual DOM in 3 Minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 13

  • @bibimathew6381
    @bibimathew6381 4 หลายเดือนก่อน +1

    I didn't even know it was faster. Great video and definitely learned something new. Thanks!

    • @kikisbytes
      @kikisbytes  4 หลายเดือนก่อน

      That’s awesome!! 😎

  • @muajbinkarim
    @muajbinkarim 3 หลายเดือนก่อน

    just found this channel and i love your videos

  • @ioiofadhil
    @ioiofadhil 4 หลายเดือนก่อน

    Crazy video! Deserves thousand of likes!!!

    • @kikisbytes
      @kikisbytes  4 หลายเดือนก่อน

      Wow thank you!!😊

  • @kjcao_
    @kjcao_ 5 หลายเดือนก่อน +1

    Great video!

    • @kikisbytes
      @kikisbytes  5 หลายเดือนก่อน

      thank you!

  • @Dogo.R
    @Dogo.R 5 หลายเดือนก่อน +2

    Isnt native Dom changes more performant than virtual Dom changes nowadays?

    • @kikisbytes
      @kikisbytes  5 หลายเดือนก่อน +1

      From what I understand it's the aftermath of the changes that makes a difference. Every time we make a real update to the DOM, it has to perform reflows and repaints on the page. The goal of using vdom is to calculate the minimum set of change only to the actual dom. It's really just making the diff process faster.

    • @Mel-
      @Mel- 3 หลายเดือนก่อน

      Native JS is always going to be faster than a virtual DOM. You can imagine the virtual DOM as just a way you model what should be on the page and acts like a middle man between the abstracted React code and the page that gets generated by React

  • @somarjaber1275
    @somarjaber1275 3 หลายเดือนก่อน +3

    Isn't that so memory consuming?

  • @rdec5448
    @rdec5448 28 วันที่ผ่านมา

    How Does ReactJs Stay Fast? I doesn't, it's a slow piece of s..oftware (compared to other js frameworks)

    • @ChichaGad
      @ChichaGad 14 วันที่ผ่านมา

      Exactly my thought
      React has become garbage over the years and while Next JS tried to improve it, Next itself became a huge pile of mess
      IMO SolidJS and SolidStart are the future, but Svelte and Vue are also strong choices
      Anything but React is good