Subscribe to my newsletter and never miss my upcoming articles
Webpack 5 came with native support for Web Workers and made it pretty easy to use them in your application. To instantiate a worker you have to call its constructor and use the URL-constructor to specify its file path: const worker = new Worker(new U...
Unfortunately, I heard about the Hashnode x Vercel Hackathon a little bit late. I saw the Tweet announcement on January 28, which got me fired up. I messaged two of my colleagues if they wanted to participate with me, only to cancel on them 5 minutes...