Full Stack JavaScript Developer
@full_stack_js
11.5K
subscribers
63
photos
8
files
2.66K
links
Download Telegram
Join
Full Stack JavaScript Developer
11.5K subscribers
Full Stack JavaScript Developer
What the heck is the
#event
#loop
anyway?
#JS
https://youtu.be/8aGhZQkoFbQ
YouTube
What the heck is the
event
loop anyway? | Philip Roberts | JSConf EU
JavaScript programmers like to use words like, “
event
-loop”, “non-blocking”, “callback”, “asynchronous”, “single-threaded” and “concurrency”.
We say things like “don’t block the
event
loop”, “make sure your code runs at 60 frames-per-second”, “well of course…