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.

4 lines (3 loc) 260 B
import type { ForManagingEvents } from '../../driver-ports/registry/for-managing-events.port'; import type { NFEventRegistryConfig } from '../../config/registry.contract'; export declare function createRegistry(opts: NFEventRegistryConfig): ForManagingEvents;