Shipping Web Workers Simply
Relieve the pain of shipping web workers by packaging them up as tagged template strings
Relieve the pain of shipping web workers by packaging them up as tagged template strings
Mocking HTTP requests from Storybook can allow for some powerful prototyping capabilities, and I've found MirageJS to be a brilliant tool in that regard.
While looking to upgrade my site's asset pipeline, I ended up on esbuild as my solution with just a little bit of integration code.
UI state can start out fairly simple, but quickly spiral out of control. How do you know when to reach for a more maintainable pattern?
One of my favorite features of Web Components is the `slot`, so I've replicated it in React to make more composable components.