ignition-web-ui-react

Embed React-based UI inside Ignition SDK modules with managed mount points.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Sheon-S/ignition-sdk-agent-kit --skill ignition-web-ui-react
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ignition-web-ui-react
Source: https://github.com/Sheon-S/ignition-sdk-agent-kit/tree/main/.agents/skills/ignition-web-ui-react
Command: npx skills add https://github.com/Sheon-S/ignition-sdk-agent-kit --skill ignition-web-ui-react

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable reliable embedding of React-based UI inside Ignition SDK modules, ensuring consistent mount points, base paths, and asset loading across hosting environments.

Core Features & Use Cases

  • Embedded UI bootstrap with a small app structure and a clear mount function.
  • Managed asset paths and bundler output aligned to module packaging.
  • Router and layout decisions that respect embedded hosting constraints and prevent CSS bleed.
  • Guidance for integrating with module planning and runtime orchestration.

Quick Start

Create a minimal embedded React page within your Ignition module and connect it to the module's mount point following the guidance in this skill.

Frequently Asked Questions about ignition-web-ui-react

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed a React UI into an Ignition SDK module?

React apps embedded in Ignition SDK modules require predictable mount points and managed asset paths. This approach aligns bundler output and router behavior to respect embedded hosting constraints and prevent CSS bleed.

Why does my React app break when embedded inside an Ignition module?

Breakages usually stem from unmanaged asset paths or incorrect router behavior. Applying embedded hosting guidelines ensures bundler output and shared providers align with module packaging constraints to resolve loading issues.

What is the best way to handle base paths for React assets in Ignition?

The best way is aligning bundler output and hosting assumptions to module packaging. This ensures asset paths respect embedded hosting constraints and load predictably within the Ignition module environment.

Can I use a feature-based page composition structure for React in Ignition?

Yes, you can use feature-based page composition. The approach supports a small app bootstrap with shared providers at the app level and typed API integration for embedded pages within Ignition modules.

Do I need a specific mount function to host React inside Ignition?

Yes, a clear mount function is required. It establishes predictable mount points and shell behavior aligned to embedded hosting guidelines, ensuring the React application integrates correctly with module runtime orchestration.