-
I am seeking an approach to implement a React component plugin system. The general idea is, fetching a list of component ids from remote, after the user chooses the component, import the component by accessing the cdn with the chosen id, then mount the component. Is it achievable with module federation? If so, which example would be a good starter to learn from? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
https://github.com/module-federation/module-federation-examples/tree/master/dynamic-system-host seems to be the case. However, could |
Beta Was this translation helpful? Give feedback.
OK it works.