fate

A modern data client for React.

Search Login
Thinking...

Live list views for active threads

Realtime
#pagination
#live-views
👍97 likes

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

3 Comments

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.

Add a comment