remote-ui allows you to create custom component APIs in JavaScript that can be used to render UI from a context other than the UI thread, like a web worker. This technique can be a powerful performance optimization by isolating application code on a background thread, leaving only the platform-native components on the UI thread. It can also be used as a way for third party code to generate UI in a safe, dynamic, and highly-performant way, without relying on iframes.
https://github.com/Shopify/remote-ui
https://github.com/Shopify/remote-ui
GitHub
GitHub - Shopify/remote-dom
Contribute to Shopify/remote-dom development by creating an account on GitHub.
https://indepth.dev/posts/1173/webpack-5-module-federation-a-game-changer-in-javascript-architecture
inDepthDev
Webpack 5 Federation. A Game-changer to Javascript architecture. - inDepthDev
Module federation — The Javascript equivalent of what Apollo did with GraphQL. Multiple Webpack builds work together, sharing the dependency graph at runtime. Multiple bundles working as an SPA