
Scalable Micro-Frontends on Cloudflare
In a traditional monolithic front-end, coordinating releases across multiple teams introduces...
Tag archive

In a traditional monolithic front-end, coordinating releases across multiple teams introduces...
A year ago, I wrote about our first year with micro-frontends. It was a frank retrospective: the win...
A support agent logs into your seller portal. They type a URL: myapp.com/earnings ...
$ git grep -n "selectIsLoggedIn" | wc -l 80 Enter fullscreen mode Exit...
Refused to load the script ...

Companion app for the article "The Hidden Costs of Microfrontends Nobody Talks About." Six...
Error: Invalid src prop (https://cdn.myapp.com/banner.jpg) on `next/image`, hostname...
// Auth React remote dispatches: dispatch(setIsLoggedIn({ isLoggedIn: true })) // Products Next.js...
$ next build ReferenceError: window is not defined at...
Around 2019, we had a clear problem: domain experts and non-technical staff needed to build and...

Architecture Background The project uses a single-spa microfrontend architecture. The host...
// Your host loads a remote — it crashes. The ENTIRE app goes blank. const ProductList =...