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

4 lines (3 loc) 174 B
export { globalThisStorageEntry } from './global-this.storage'; export { localStorageEntry } from './local.storage'; export { sessionStorageEntry } from './session.storage';