Web Workers Explained

preview_player
Показать описание
How and why to use Web Workers.

💬 Topics:
- What are web workers?
- The JavaScript event loop, queue and stack;
- JavaScript single threaded vs. multi threaded;
- Blocking the UI thread;

#javascript

Рекомендации по теме
Комментарии
Автор

The way you’ve just managed to explain a topic from scratch without making any part of it cryptic is something this space needs!

UsernameUsername
Автор

I'm really loving these short concept videos about things we all know because we have heard it somewhere and everyone understand the bare-bones definition of but rarely the much needed details!
Another banger video.

JaskierRezzo
Автор

Fireship clone or not, great job at explaining this subject in a concise manner with real world use-cases and easy to follow reactive visuals. We need more creators like you

TheEletricboy
Автор

8 years experience and damn, this is the best explanation of non-blocking I've seen

damilolaadeyemi
Автор

Great work on the presentation, using a real world example always improves the understanding!

ybenjamin
Автор

Another awesome video! Great visuals, too

markyer
Автор

Great video! This is an excellent introduction to workers

AveNers
Автор

Hey Great Video! Finally I understood the proper use-case for this. Thanks!

rizwank
Автор

That helped me, thanks for such an awesome and practical explanation!

renatolins
Автор

Thanks for these beacons of knowledge.

littlefang
Автор

what a hidden gem, thank you so much!

yuhanlian
Автор

0:40 I guess this visualization of current stack execution can confuse some people. You have several functions in queue and in the stack and it looks like node can pick several functions from queue and execute them sequentially at once (at one loop cycle). But the stack is actually just one function from queue.

couragic
Автор

Thanks, it was pretty good explanation!

thedcapybara
Автор

Can you make a video about web coponents ?

dragosudrea
Автор

Just JavaScript being javascript. Mf, someone tell me is it single threaded or not.

gauravsharma