Guides
Task-oriented walkthroughs for the things you’ll actually build with Ignite Element. New here? Start with Your first component, then come back for the topic you need.
- Host app integration — consume Ignite custom elements from React, Vue, Svelte, or plain HTML.
- Build for agents — drive components headlessly: execute commands, read snapshots and views, introspect the schema, and record stories.
- Redux & MobX — back a component with a Redux Toolkit store/slice or a MobX observable instead of XState.
- Routing — build a full client-side router as an Ignite component: URL as state, navigation as a command, a pure route core with a thin History shell.
- Actor-Web — project a long-lived Actor-Web runtime that already owns orchestration, supervision, and transport.
- Styling — style across shadow roots with co-located
<style>, raw CSS injection, and shadow parts. - Testing — test against the real runtime with the Ignite testing DSL and headless stories.