React Optimization Tips and Tricks - Time To React - May 2019

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

КОМЕНТАРІ • 25

  • @joon5325
    @joon5325 4 роки тому +12

    Amazing, brilliantly delivered, hilarious and on-the-point.
    I learned more stuff related to optimizing react than I probably have in the past 2 weeks from this 18-minute video(Not joking).
    I'd love to see any content from this guy from practically anything - and probably enjoy every second of it.
    Thank you profusely for uploading this video.
    Now I'm off to watch it again.

    • @joon5325
      @joon5325 4 роки тому +2

      @@Pusher_realtime Looking forward to it. Please record and upload everything this guy presents, preferably including everything he says and does on a daily basis :)

  • @dreamyrhodes
    @dreamyrhodes 4 роки тому +1

    Unfortunately he talks very fast and it makes it hard to understand.

  • @praveenkumarax
    @praveenkumarax 3 роки тому +5

    You get a DUCK! you get a DUCK and YOU get a DUCK!!! ;) Very informative :D

  • @AmanKumar-yg3hr
    @AmanKumar-yg3hr 2 роки тому +1

    Is there really a book that Dan Abromov wrote? Can't find this book anywhere.

  • @dexterrustia2578
    @dexterrustia2578 4 роки тому +1

    That is super cool, and his a very good speaker. Thank you

  • @Melik1100
    @Melik1100 2 роки тому

    What a chad. Getting real goosebumps on that simple memo hook. I just learned how the memo hook works. Thanks. 13:10 for reference

  • @ekaterinahorton768
    @ekaterinahorton768 4 роки тому +6

    Fantastic presentation and delivery, thank you so much!
    Where was that conference?
    P.S: I want a duck! :)

  • @enlgn7050
    @enlgn7050 3 роки тому

    (cool face)Fight me in the pub,
    (Internally sighs) cause I have only recently overcome my insecurities...

  • @nuwanchathuranga7226
    @nuwanchathuranga7226 5 років тому +2

    Good stuff, keep it up :)

  • @khoroshoigra8388
    @khoroshoigra8388 2 роки тому

    Good job Rick Roll

  • @farizma
    @farizma 3 роки тому

    He said we shouldn't optimize unnecessarily, & I read somewhere that optimization comes with a cost.
    Could someone plzz justify it?

    • @rinkusamanta1065
      @rinkusamanta1065 3 роки тому +5

      If you start storing every video on youtube on to your computer disk storing think what will happen, you ran out of memory. The same rule applies with memoization, if you start memoizing every component you create, your browser will run out of memory.

    • @gshan994
      @gshan994 2 роки тому

      @@rinkusamanta1065 nicely explained

    • @garrysohi5623
      @garrysohi5623 2 роки тому

      @@rinkusamanta1065 can we not clear memory by deleting memoized components from browser memory?

  • @kunalpandey6443
    @kunalpandey6443 2 роки тому

    informative

  • @KiranKumarChaudhary
    @KiranKumarChaudhary 4 роки тому

    Where can I get that ebooks?

  • @NikhilAdiga
    @NikhilAdiga 4 роки тому

    Amazing talk!

  • @pradeep422
    @pradeep422 4 роки тому +1

    short and sweet... oH really(O RLY?) is so cool...

  • @aliezadkhaha9439
    @aliezadkhaha9439 3 роки тому +1

    nothing new

  • @jekabskarklins
    @jekabskarklins 4 роки тому

    Concept of classes for structuring code is great and has been around for decades. So many programming languages make it a blazing fast to execute after compilation. How did React team managed to make it so bad is beyond me. Hooks aren't good either. They invite you to write bad code easy, and you get to fight the dragon latter down the road. When will we have good development frameworks for web?