microf
microf copied to clipboard
Almost-zero-configuration plugins to create micro-frontends infrastructure.
When you run the full solution: -host app - - child app 1 - - - `link` - - child app 2 this use-case will work when you run the...
shared state, using Vue's reactive object for both the host app and the child-apps. Modifying the reactive object at a micro application will change the equivalent reactive object at the...
there are 2 packages: - `packages/vue-host` - `packages/vue-child` Each one has its own readme, but the main readme of the repository should include a summary for both of them. also,...
- [ ] When asked for it, stop propagation for post message events from known micro apps sources. - [ ] add the ability to register to those events, with...