main
-
Web Development and Design
When Making the Case for Blocking the Browser’s Main Thread
The established dogma of modern web development dictates a cardinal rule: "Never block the main thread when running JavaScript tasks."…
Read More » -
Web Development and Design
When it Makes Sense to Block the Main Thread
The common rule of thumb in modern web development is to never block the browser’s main thread when running JavaScript…
Read More »