Notifications
Clear all
Topic starter
07/28/2023 19:44
Hi 🙂 ! I'm trying to render carbonio-calendars-ui and carbonio-mails-ui inside another custom micro frontend within carbonio. e.g myapp-home-ui will be rendering two different things: carbonio-calendars-ui and carbonio-mails-ui in the same container but using a tab controller. As far as I saw it can be useful if I can have access to useAppStore inside myapp-home-ui and mount the components there. I also was trying to use module federation but didn't work as expected. Is there any other alternative/approach that someone has used for this kind of things? I'm aware that there is a js entrypoint is available but not sure how to load it.
I'd really appreciate some help.
Thanks!