Under the hood of MDN's new frontend
Summary
MDN details a frontend rewrite that replaces a React-based SPA with web components and server-side rendering. The post explains architecture, per-component CSS loading, Declarative Shadow DOM, and a fast development workflow powered by Rspack. The approach aims to reduce bundle size, enable progressive enhancement, and improve authoring for interactive examples.