Y
Hacker News
new
|
ask
|
show
|
jobs
by
raspasov
1012 days ago
In this case, would the optimizations/fix be easier if you were using traditional client-server setup vs local-first?
1 comments
yencabulator
1012 days ago
The problem wouldn't exist. This was about the phone fetching 80k new items from the server. If the phone just shows the item you're looking at, one at a time, and doesn't try to sync everything, there's no such problem.
link
raspasov
1008 days ago
There's no restriction inherent to CRDTs/local-first around a partial sync. You are not required to sync everything.
link