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

3 lines (2 loc) 166 B
import type { HostConfig, HostOptions } from 'lib/2.app/config/host.contract'; export declare const createHostConfig: (override: Partial<HostOptions>) => HostConfig;