A Gentle Introduction to CRDTs
by matt-wonlaw
CRDTs let replicas update independently and merge automatically without conflicts
by matt-wonlaw
CRDTs let replicas update independently and merge automatically without conflicts
by johannes-schickling
A client-centric state management framework combining reactive SQLite with event sourcing and built-in sync, designed for high-performance local-first applications
by tuomas-artman
Beyond performance and offline support, local-first architecture dramatically improves developer productivity by eliminating network error handling and enabling synchronous data access.
by carl-assmann
Sync engines remove network latency from the user interaction path by maintaining local data stores that sync bidirectionally with servers in the background.