Understanding the Event Loop Sequence of Tasks

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

КОМЕНТАРІ • 24

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

    A masterpiece. The best explanation of the event loop.

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

    Wish I could like this video more than once!

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

    This is SUCH a good summary of the JavaScript Event Loop!!! Thank you for putting this together, you are a fantastic teacher and this really helped me understand it!

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

    Awesome video - Thank You. (Imagine if this was asked as an interview question to list the output in the correct order - I would feel sorry for the interviewee )

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

    i think it's the best event loop tutorial , thank u !

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

    Well explained, thanks for all these high quality videos Steve!

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

    Damn! I was not aware of the queueMicrotask function! 💪

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

    Nice, I have learn a lot from this video

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

    Super useful, short, sweet, and to the point as always! Maybe I zoned out a bit, or did you manage to go through it without mentioning "last-in-first-out"? I guess, if you're interested in Event Loop, you know how a stack works. Thx again Mr Griffith!

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

    This is what I’ve been looking for.

  • @AR-yr5ov
    @AR-yr5ov Рік тому +1

    Really good explanation, thank you!

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

    Great video. Well explained. Thank you!

  • @KaterynaSkoryna
    @KaterynaSkoryna 9 місяців тому +1

    Thanks a lot for this video!

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

    Thank you so much for the video. 🙏

  • @amuchiemarvellous4533
    @amuchiemarvellous4533 10 місяців тому +1

    Thank you so much for this video

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

    Amazing. Thanks. I'm glad you switched to 1080p. Any plans on going 4k?

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

    I've been looking for this for hours!! Thank you.
    Where can I find a list of all tasks (in general) categorized by queue types?

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Рік тому

      The video covers all the types.
      tasks - timers and events
      microtasks - promises and the queuemicrotask function.
      ui rendering - requestAnimationFrame( ) function

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

      @@SteveGriffith-Prof3ssorSt3v3 Yh, thanks, I just assumed that there is more to it.
      Good content BTW.

  • @firstname-lastname
    @firstname-lastname Рік тому

    Very useful, thank you

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

    Quality stuff

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

    Very nice!