Cache-Busting a React Micro-Frontend Inside an Angular Shell
A few months ago, I built a React micro-frontend that could be mounted inside our legacy Angular...
Tag archive
A few months ago, I built a React micro-frontend that could be mounted inside our legacy Angular...
Vite is a modern frontend build tool. In the React ecosystem, it is commonly used to create fast...

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...