microf icon indicating copy to clipboard operation
microf copied to clipboard

Almost-zero-configuration plugins to create micro-frontends infrastructure.

Results 4 microf issues
Sort by recently updated
recently updated
newest added

When you run the full solution: -host app - - child app 1 - - - `link` - - child app 2 this use-case will work when you run the...

bug
enhancement
help wanted
hacktoberfest

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...

enhancement
help wanted
hacktoberfest

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,...

documentation
help wanted
hacktoberfest

- [ ] When asked for it, stop propagation for post message events from known micro apps sources. - [ ] add the ability to register to those events, with...

enhancement
good first issue
help wanted