Main Thread is Fragile, use Web Workers
Imagine you’re drawing on paper.Every stroke you make, the whole page freezes, no scroll, no click, no animation.
That’s JavaScript on the main thread.
The Problem: One Thread Rules All
Try this: open a webpage with a looping GIF.Then in console, ru...
sahilahluwalia.hashnode.dev2 min read