What is Hydration?

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

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

  • @ramirovaldes4889
    @ramirovaldes4889 Год назад +5

    Thank you for the first real explanation of hydration that I’ve found

  • @theyreMineralsMarie
    @theyreMineralsMarie 2 года назад +7

    You basically explained why I haven't jumped on the bandwagon of these "post-react" frameworks. The jump in technology is big enough yet to warrant a switch. Qwik on the other hand presents a true paradigm shift that can provide some real benefits to the end user.

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

      Dude I waited for nuxt 3 to learn vue3, js, nuxt3, and now I'm having second thoughts before I get started. I'm not sure if theit new hybrid setup is just half a quik when it comes to performance or any other configuration, don't want to take something on if it don't need it.
      Is react exclusive to quik? (Learn react now because it's needed?
      Svelte actually looked cool since I'm fresh out of gate learning js, will it work with quik?
      What do you think? Will other frameworks eventually do or are they already doing similar things as quik or working on it which would make it redundant?
      Is it framework agnostic, or is it based on reacts stack?
      Any insights appreciated, if quik is the only one doing something like this I gotta get the right pieces in place around it. Cheers

  • @animegeek-011
    @animegeek-011 Год назад +1

    That was super helpful and detailed, thank you so much

  • @jessetsilva
    @jessetsilva 9 месяцев назад

    Great explanation, thank you!

  • @Sammi84
    @Sammi84 2 года назад +20

    This explained hydration and reconciliation really well and I think I understand that. But I did not at all get a satisfying explanation of resumability. I went back and rewatched that part twice. Seems like it wasn't actually described.

    • @nguyendung8508
      @nguyendung8508 Год назад +1

      I haven’t done DD as I’m learning myself but I think in his example, what he’s trying to convey is the page is loaded in the past and the html is cached with minimal hydration (my guess) and we only need to download the missing js ( please correct if im wrong )

  • @vincepale
    @vincepale Год назад +1

    Thank you for making this so clear.

  • @evraya1
    @evraya1 3 месяца назад +1

    So, the resumability is just the reconciliation done right? Resumability = Hydration optimized

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

    Great explanation

  • @yangdongjun
    @yangdongjun 11 месяцев назад

    Great!

  • @samfelton5009
    @samfelton5009 Год назад +5

    My guy needs to mute slack 😢 great vid though ☺️

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

    best explaination ever

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

    Excelent video! Thanks !

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

    This was super useful, thanks

  • @bushbuddyplatypus
    @bushbuddyplatypus 9 месяцев назад

    An amazing explanation. Do you do any courses?

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

    Soo, that's an explanation of the evolution process from php to resumability, right? So, hydration is also the past, right?

  • @mr.random8447
    @mr.random8447 Год назад +2

    So resumability has a bunch of network calls for all those tiny bits of JS. Seems bad

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

    Future left unexplained

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

    how does qwik compares to marko?

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

    So, reconciliation uses JavaScript not html??? Weird as the whole point of reconciliation is "to use existing html nodes"?

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

    Just open the slack bro

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

    Ok, what I see here is too much bloat, too much tooling bloat, too much hand shaking bloat, yes all of this looks great in our super fast developer laptops with 32-64GB of RAM to compile assets with npm because with less RAM npm crashes. Reminds me of Rick Sanchez "is like slavery with extra steps"
    Does anyone remember GWT? Google Web Toolkit that is a Java library and compiler to make your entire site in Java and the compile parts to super fast minimized javascript using ClosureJS library. So you could have your server & browser logic without repetition. And it had server side rendering.
    Honestly, I prefer the Past.

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

      Ehhhh this is more to do with servers too. Not just CSR

  • @NewHorizon-v9p
    @NewHorizon-v9p 5 месяцев назад

    Thank you, but you didn't explain it well.

  • @SweepAndZone
    @SweepAndZone Год назад +1

    I cant believe I had a hard time understanding this before