The module federation team cared deeply about the DevX in their latest release.Rspack (webpack-based bundler) hit the V1 mark and offers faster and out-of-the-box support for code splitting and module federation.The project setup involves using pnpm as the package manager, React as the frontend framework, and TypeScript for generating types out of remotes.The apps are set up using rsbuild (build tool for rspack) with proper configurations for module federation and shared dependencies.