HooksOverview

Hooks

Hooks provide composable state and interaction primitives that pair with RapidKit components.

Available Hooks

Why Hooks Here

  • Keep stateful logic reusable and framework-agnostic.
  • Compose package components into higher-level experiences without app coupling.
  • Preserve predictable behavior for AI-assisted code generation.