fate

A modern data client for React.

Search Login
Thinking...

Request arguments and connection identity

Server Integrations
#pagination
#server-adapters
👍73 likes

Arguments are part of request identity, but pagination cursors are merged into the same connection when the user loads another page. This post explains why category filters, search terms, and sort options belong in the cache key while after and before control pagination state. The result follows Relay connection semantics without asking app code to manage query keys.

- Hana

2 Comments

Mika

The live deletion path matters for moderation workflows where comments disappear from multiple views.

Kai

The distinction between filters and pagination cursors is useful for avoiding accidental cache fragmentation.

Add a comment