SKSahil Khuranaininnostaxengineering.hashnode.dev·Jun 16 · 9 min readWeb Workers Vs. Service Workers in JavaScriptExperiencing an event like this is something we’ve all encountered. You click on something after a short wait for your web application to load, and immediately the entire page becomes unresponsive bef00
AKAshish Kumarinhelloashish.hashnode.dev·May 16 · 11 min readWeb Workers in React: Heavy Work Off Main ThreadHeavy CPU work — parsing large binary files, sorting 50,000 records, running ML inference — belongs on a separate thread, not the main thread. The main thread has one job: keep the UI responsive. Ever00