
Writing a custom Webpack loader from scratch
Loaders are just functions that transform source text. We build a real one - a loader that inlines SVGs as React components…

Loaders are just functions that transform source text. We build a real one - a loader that inlines SVGs as React components…

Loaders transform files. Plugins do everything else. We build a plugin that writes build metadata to a JSON file on every compile,…

Wasm 3.0 is a W3C standard, WASI Preview 2 is stable, and Adobe, Figma, and Shopify run it at scale. Here's the…

Three viable JavaScript runtimes, each with a strong argument. After running all three in production, here's when we reach for each one…

Interaction to Next Paint is now a Core Web Vital. What it measures, why it's harder to game than its predecessor, and…