streamdeck-react
Installation
SKILL.md
streamdeck-react
A custom React renderer that turns JSX into rendered images for Elgato Stream Deck hardware. Each action instance gets its own isolated React root with full hooks, state, and lifecycle support.
When to Use This Skill
Use when the user is:
- Creating or modifying a Stream Deck plugin that uses
@fcannizzaro/streamdeck-react - Asking about rendering React components on Stream Deck keys or dials, or handling touch input
- Working with
@elgato/streamdeckSDK in a React-based plugin - Implementing a custom adapter for web simulation or testing
- Setting up Vite bundling for a Stream Deck plugin with native Takumi bindings
- Scaffolding a brand new plugin and needs a sensible project template or starter example