Self Contained Modals

Build modals/dialogs self-contained: form and in-flight state lives inside, closing unmounts it. Use when writing or reviewing a modal/dialog, especially one that owns async work (OAuth popups, timers, subscriptions, AbortControllers). Catches the stuck-on-Connecting class of lifecycle-leak bugs.

rhyssullivan 6ff6608 3.4 KB Updated

File contents

rhyssullivan/executor/tree/main/.claude/skills/self-contained-modals commit 6ff6608056

Frequently asked questions

npx skillmds@latest add rhyssullivan/self-contained-modals