javascript

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 »

Creating Flexible and Reusable React File Uploaders

Daniel was recently featured in the Eventbrite Engineering blog and we’re very proud of the work he does there. The Event Creation team at Eventbrite needed a React based image uploader that would provide flexibility while presenting a straightforward user interface. The image uploader components ought to work in a variety of scenarios as reusable

Creating Flexible and Reusable React File Uploaders Read More »

en_USEN
Scroll to Top