Hacker News new | ask | show | jobs
by ochiba 986 days ago
I agree. We had similar conclusions around the implementation of PowerSync (sync engine enabling offline-first applications). Instead of CRDTs we went with the architecture of a central server authority and a form of server reconciliation [1] for consistency.

[1] https://www.gabrielgambetta.com/client-side-prediction-serve...