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) • 372 B
TypeScript
export * from './for-version-checking.port';
export * from './for-browser-tasks';
export * from './for-providing-manifest.port';
export * from './for-providing-remote-entries.port';
export * from './for-remote-info-storage.port';
export * from './for-scoped-externals-storage.port';
export * from './for-shared-externals-storage.port';
export * from './driving.contract';