UNPKG

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.

7 lines (6 loc) 459 B
export { ImportMapOptions, ImportMapConfig } from './import-map.contract'; export { LoggingOptions, LogLevel, LogType, LoggingConfig, LogHandler, Logger, } from './log.contract'; export { StorageOptions, StorageEntry, StorageEntryKey, StorageConfig } from './storage.contract'; export { ModeOptions, ModeConfig } from './mode.contract'; export { HostOptions, HostConfig } from './host.contract'; export { NFOptions, ConfigContract } from './config.contract';