rocicorp / replicache

Realtime Sync for Any Backend Stack
https://doc.replicache.dev
1.01k stars 37 forks source link

First-class incremental and window sync #1017

Open aboodman opened 2 years ago

aboodman commented 2 years ago

It is currently possible to use Replicache cookies and other features to incrementally sync a large client view and/or sync only a subset of available data ("window sync"). We have some draft docs to this effect.

However, it's not easy to do. We could consider formalizing this pattern and adding first-class features to Replicache to support it.

eugenenelou commented 1 week ago

Any news on this pattern ? Is it the one used in Repliear ?