vanilla-native-federation
Version:
A lightweight **runtime micro frontend orchestrator** that loads micro frontends built with native federation into any web page. It can cache dependencies across page reloads, making it perfect for traditional server-rendered hosts (PHP, Java, Rails, etc.
9 lines (8 loc) • 370 B
TypeScript
export * from './1.domain';
export * from './2.app/driving-ports';
export * from './2.app/driver-ports/init';
export * from './2.app/driver-ports/dynamic-init';
export { FLOW_FACTORY } from './2.app/driver-ports/flow-factory.contract';
export { Optional } from './utils/optional';
export * as _path from './utils/path';
export { cloneEntry } from './utils/clone-entry';