Adapters

Native Federation adapters bridge the language-agnostic core builder to specific bundlers and frameworks.

Native Federation is bundler-agnostic. An adapter bridges the core builder to a specific bundler or framework by implementing the BuildAdapter contract — a single function that bundles a set of entry points and reports what it emitted.

Available Adapters

Community Adapters

You can also write your own. An adapter is one function implementing BuildAdapter — see Build Adapters for the contract.