Live Todo List
Tag: todos.list
No todos yet.
Developer Experience
The floating DebugPanel widget shows every SSE invalidation event as it arrives — connection status, incoming tags, and how many queries matched. Add a todo and watch the event appear in real time.
The green dot means the SSE channel is open. The browser maintains a persistent connection to /api/invalidator/sse and listens for push events.
Each row in the panel is one server-sent event. It shows the invalidated tag names and a relative timestamp. The most recent event appears at the top.
When an event arrives the runtime scans all active queries for meta.tags matches and refetches only the relevant ones. No polling. No manual wiring.
Tag: todos.list
No todos yet.
The exact messages the runtime receives from the server. This is what the floating DebugPanel is based on.
Waiting for events…
Waiting for invalidation events...
0 events received