yjs
last updated: Nov 13, 2023
Yjs is a CRDT implementation that exposes its internal data structure as shared types. Shared types are common data types like
Map
orArray
with superpowers: changes are automatically distributed to other peers and merged without merge conflicts.
Backlinks: