Counter
The same counter scenario as the React recipe, but with Solid’s createSignal. The trigger is exactly the same — it lives in @triggery/core and doesn’t know about either framework.
The trigger
Section titled “The trigger”The component
Section titled “The component”Same shape, native to Solid. No re-rendering of the rest of the tree when the count changes — Solid’s fine-grained reactivity does its thing, Triggery’s bindings just register/unregister via onCleanup.
Related
Section titled “Related” React version The exact same trigger, React hooks.
Vue version Composition API.
Notification pipeline (Solid) The full multi-component scenario.
@triggery/solid package Hook reference.