Add Web Workers to create-react-app using Parcel (eject not required)
I’ve been working on FidgetMap for a while now. I think I could speed up a lot of processes (including the basic render loop) by adding Web Workers to handle a lot of the rendering tasks asynchronously. The whole game is drawn by writing RGB data to arrays then compositing them onto a canvas, so […]
Add Web Workers to create-react-app using Parcel (eject not required) Read More »









