UNPKG

vanilla-native-federation

Version:

A lightweight **runtime micro frontend orchestrator** that loads micro frontends built with native federation into any web page. Unlike other solutions, it caches dependencies across page reloads, making it perfect for traditional server-rendered apps (PH

7 lines (6 loc) 245 B
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 { Optional } from './utils/optional'; export * as _path from './utils/path';