Examples
Concrete, copy-pasteable examples covering the common patterns. Each is a complete, working feature.
| Example | What it shows |
|---|---|
| Counter | State-backed — the smallest reactive component |
| Cross-tab chat | Record-backed action + broadcast → live cross-tab sync |
| Live todo list | Per-row components; add / toggle / rename |
| Inline edit | Show ↔ edit mode toggle in one component |
| Notifications / badges | Pure broadcast (no client action) |