@convex-localfirst/core
v0.1.1
Published
Local-first engine, store contract, and sync protocol for Convex — optimistic writes, offline cache, rebase/replay.
Maintainers
Readme
@convex-localfirst/core
The local-first engine for Convex: a canonical-centric store
where the live view is derived (canonical + replay(pending)), so server changes never
clobber pending local ops. Includes the sync protocol, deterministic op ordering, an
IndexedDB adapter with migrations, Web Locks multi-tab leadership, and opt-in convergent
merges (set / counter / timestamp-LWW).
Most apps use @convex-localfirst/react
or @convex-localfirst/server
rather than this package directly.
npm install @convex-localfirst/coreMIT
