Live list views extend the same idea to connections. When a comment is added, the server can emit a prepend event for Post.comments and fate updates the visible connection without deleting the underlying Comment record. By default, pagination boundaries are respected, and streams like chat can opt into visible insertion. That gives realtime behavior without turning every list into special-case UI code.
- Noah
Sora
Live list events matching Post.comments is the detail that made the comment thread behavior click for me.
Dina
The examples now cover the features added after the announcement instead of stopping at the initial alpha.
Dina
Garbage collection is easy to ignore until a long-lived app starts leaking records during navigation.