Speed up your site using Web worker
Javascript is traditional a single-threaded application. It uses a concept of Non-Blocking IO using Event Loops. Event loops work with Queues, Queues, Web environment and Heap to orchestrate execution on the browser. But there are certain situations ...
aymanace2049.hashnode.dev4 min read