
11/17/2022 · Peter Bacon Darwin, Dario Piotrowicz, James Culveyhouse, Igor Minar
What this post added
Introduced a technique called "fragment piercing" to incrementally adopt micro-frontends into legacy client-side rendered web applications. This involves rendering server-side rendered fragments using Cloudflare Workers and then seamlessly embedding them into the existing application's DOM without visual disruption or loss of state. Demonstrated this with a "productivity suite" demo using React, Qwik, and SolidJS.