Replies: 2 comments
-
I have a use case where I might need to pass some data to the MFE when its loaded. Coming from Module Federation I was able to do import Mfe from 'Mfe'; <Mfe {props} /> Which gives granule control. Not sure when Module federation is implemented into rspack, it ll have a different way of implementing microfrontend in modern js framework? |
Beta Was this translation helpful? Give feedback.
-
There is an issue tracking the status of module federation support in Rspack: web-infra-dev/rspack#1930 Although Rspack does not support module federation yet, I think it will be implemented in a new months, then we will re-consider how to provide better MFE support in Modern.js. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Currently i have this simple MFE setup in master app
From the example it looks like it iterate through apps and render them through Component. Is it possible to select the sub app from apps explicitly and render them like ?
Trying to do
Beta Was this translation helpful? Give feedback.
All reactions