@collabs/crdts
v0.13.4
Published
A collections library for collaborative data structures (CRDT implementations)
Downloads
316
Readme
@collabs/crdts
Part of the Collabs library. Main package: @collabs/collabs.
@collabs/crdts includes the library's built-in collaborative data structures, which are all hybrid op-based/state-based Conflict-free Replicated Data Types (CRDTs).
For local-first collaborative apps (Collabs's main use case), it is easier to import @collabs/collabs, which re-exports this package plus @collabs/crdts. This package exists to separate out the CRDTs from @collabs/core, which contains the parts of Collabs that generalize beyond CRDTs.