Command Palette
Search for a command to run
Command Palette
Search for a command to run

stores

✓ Relevant

Reactive state containers with `.subscribe()` contract; `svelte/store` provides writable/readable/derived/readonly/get utilities; use `$` prefix in components for auto-subscription; largely superseded by Svelte 5 runes for basic state but still useful for async streams.