compose-state-and-effects

Installation
SKILL.md

Compose state and effects

Core principle

Give every piece of UI state one lowest responsible owner, then run imperative work through the effect whose lifecycle follows that owner. Composition renders; state and effects make rendering change safely.

A screen-ownership review is incomplete until it names the plain, previewable content composable that receives immutable state and event callbacks separately from app wiring and composition-owned runtime objects.

Procedure

Installs
316
GitHub Stars
1.0K
First Seen
Aug 6, 2026
compose-state-and-effects — chrisbanes/skills