heal retweetledi
heal
137 posts

heal
@2hea1
Developer @ByteDanceTalk, maintainer of #ModuleFederation
Katılım Ekim 2022
75 Takip Edilen400 Takipçiler
heal retweetledi

Rstack could offer a unified toolchain experience similar to Vite Plus as well, and huge respect to the Vite Plus team for exploring that direction.
We haven’t pursued that path for now, mainly because we worry about a few tradeoffs:
1. it makes dependency/version management more coupled, especially around major upgrades in underlying tools
2. it can lead to a single large config file, and if that file imports several third-party packages, it may slow down command startup
3. for task management and build cache, projects like Turborepo and Nx already do a great job, so we’d rather build on top of that ecosystem than reinvent it
English

MCP Apps lets AI hosts render interactive UI in conversations. But most solutions bundle UI into the MCP Server — rebuild + redeploy every time anything changes.
We built @module-federation/mcp-apps: point a JSON at your existing MF remotes, and your components show up in Claude. Zero separate builds.
🔗 GitHub: github.com/module-federat…
⭐ Star the repo if this looks useful — issues and PRs very welcome.
English

Help your Agent actually understand Module Federation
9 Agent Skills added:
npx skills add module-federation/core
Config diagnosis, type errors, shared dep conflicts, perf tuning — no more hallucinated APIs.
Feed your agent this: module-federation.io/guide/ai/index…
English
heal retweetledi

@CosmeValera Gotcha , i think it can work , and i push the example , you can check it.
github.com/module-federat…
I forget rspack not merge my pr yet , it will be work soon 😅
English

@2hea1 For now I solved it, by sharing the grafana component not as a react component but as a JavaScript DOM object. Which seems to be the standard way for different react versions / different js frameworks, etc.
Idk if this change that mentions react versions makes this easier
English

🚀 Module Federation v2.1.0 is out!
The headline feature is Multiple Share Scopes — isolate shared deps into named pools, great for running multiple React versions or domain isolation in micro-frontends.
Docs : module-federation.io/guide/advanced…
Release Note: github.com/module-federat…

English

@CosmeValera Yeah it works for Webpack/Rspack MF Plugin , but what do you mean npm ?
English

@2hea1 Does it work with npm and the webpack module federation plugin?
English
heal retweetledi

NEW MILESTONE, not sure if @ScriptedAlchemy and @2hea1 saw this yet but we're past 7m downloads a week now!

English

Modern.js v3 is out! RSC has landed, Rspack with Module Federation feels rock solid, and RSC + MF support is coming soon 👀
kky_kongjiacong@kky_kongjiacong
年前发布了 Modern.js 3.0,全面拥抱 Rspack,框架移除了很多冗余的兼容和私有的 API。欢迎试用,长期维护🥰。 modernjs.dev/zh/community/b…
English

Module Federation 2.0 Stable Release 🎉
MF 2.0 is now production-ready:
• Tree-shakable shared dependencies
• SSR, prefetch & preload
• Rust-powered core performance
• Better debugging & ecosystem coverage
Built for scale, without breaking DX.
👉 module-federation.io/blog/v2-stable…
English
heal retweetledi
heal retweetledi

🚀 MF@0.23.0 is out
Module Federation on Node.js, made easy.
Pure runtime loading:
loadRemote("remote/foo")
Build output:
pluginModuleFederation(mfConfig, { target: "node" })
No bundlers. No webpack. Just Node.js.
🔗 module-federation.io/blog/node
English

@BleedingDev @bunjavascript Not yet, but I’m interested.
mf@0.23.0 is built around native runtime loaders, so Bun should be possible — just not tested or supported yet.
English

@2hea1 I wonder if that's something possible for @bunjavascript now or soon enough?
English
heal retweetledi

Rstest 0.8.0 dropped.
browser mode: Playwright + real browsers + built-in UI. experimental for now, we’re still in the warm-up lap. 😎
github.com/web-infra-dev/…
English







