microzord
Attention: WIP
It is a pre-alpha version of the library. Please, do not use it until official release.
What is it?
It is a small tool that allows you to add and render multiple apps on one page. It has simple ideomatic APIs for all modern frameworks and builds bridges between them.
Installation and usage
An extensive demo is coming soon...
An example of usage external apps in Angular app
app.module.ts
@NgModule({
imports: [
MicrozordHostModule.register({
apps: [
{
name: 'react-menu',
assetMap: '/react-menu/microzord.json',
},
{
name: 'vue-footer-app',
assetMap: '/vue-footer-app/microzord.json',
},
],
}),
],
})
export class AppModule {}
Usage in application:
<header microzord="react-menu"></header>
<div>Any content</div>
<footer microzord="vue-footer-app" (hook)="onFooterLifecycleEvent($event)"></footer>
Core team
![]() Igor Katsuba |
![]() Roman Sedov |
License
All microzord packages are covered by Apache 2.0
Read more about this license here