Love this direction.We're exploring something similar on the frontend side — exposing runtime state, events and actions directly to agents instead of relying only on logs.Logs are a great first step. Structured runtime context might unlock even richer debugging and automation EXs
🏖️🦀TanStack Start + Rsbuild is a win-win for both communities 🤝
Rspack users get a full-stack choice: 100% TanStack Start, with router, SSR, RSC, Server functions out of the box
TanStack users can adopt the Rspack toolchain for stable bundled dev and first-class MF support
Another build path just washed ashore 🏖️
TanStack Start now supports Rsbuild 2 alongside Vite, bringing the full Start feature set to the Rspack / Webpack ecosystem.
https://t.co/FEMQmGfgiz
🦀“import.meta.glob” is now available in Rspack
Import multiple modules from the file system with glob patterns
One consistent glob import syntax across Vite, Turbopack, and Rspack
🌲Rspack's tree shaking just got smarter 🦀
Two recent optimizations remove more unused code:
1. Inlined booleans can make branch-local dependencies inactive
2. Namespace default re-exports now preserve property-level usage
More precise bundles, less dead code
🔥 MF Observability is now live in Chrome DevTools.
Trace remoteEntry, preload, shared deps, runtime recovery & errors.
Export loading traces as JSON and debug them with AI agents.
Extension 👇
https://t.co/zishuyfmzD
@_yanpes Yes — the main runtime flow is fully compatible with 2.0 remotes 👍
The observability plugin is recommended with 2.5.0 though. Older remotes still work, but some lifecycle metadata may be missing (for example shared dependency and preload tracing).
🚀 Module Federation 2.5.0 released!
🔥 New Observability Plugin — trace remoteEntry, preload, shared deps, hooks & errors
⚙️ preloadRemote state control
⏱️ More granular timeout controls
📱 Metro + Rock support
⚡ Native cache hashes
🔎 getInstance finder callback
Demo below 👇
🚀 Module Federation 2.5.0 released!
🔥 New Observability Plugin — trace remoteEntry, preload, shared deps, hooks & errors
⚙️ preloadRemote state control
⏱️ More granular timeout controls
📱 Metro + Rock support
⚡ Native cache hashes
🔎 getInstance finder callback
Demo below 👇
Finally.
Richer, more human-native UI is coming.
I’ve always felt CLI / .md workflows optimize too much for AI readability, not human experience.
Humans think in visual, interactive, stateful interfaces — not terminals and markdown.
Rspack 2.0 has landed 🦀
The growth since 1.0 is wild:
📈 100K → 5M weekly downloads
⚡️ ~100% faster builds
📉 devServer: 192 deps → 1
And new stuff hits hard:
🧩 Pure ESM core, modern ESM library output
⚛️ Experimental RSC support
...
Lean, Fast, Modern Web Bundling 🚀
Rspack / Rsbuild 2.0 stable is coming next week!
One key improvement: we've trimmed npm deps across core packages to the bare minimum. This lowers supply chain risk and speeds up installs.
I feel AI coding is limited by our dev workflow — it writes fast, but can only verify so much.
exploring MF:
→ observable runtime status
→ controllable debug (proxy)
→ instant publish
trying to improve the dev loop with MF(fewer steps)
focusing on dev & debug first