Using Web Workers In Vue Applications
This post assumes you have basic knowledge of Javascript and Vue.
Single-Threaded JavaScript
As a single-threaded programming language, Javascript can only perform a single set of instructions at a time. This means that every other process has to wa...
devjavu.hashnode.dev5 min read