What problem does it solve?
Enable teams to build robust local-first collaboration by providing a structured guide for selecting CRDT containers, designing sync and versioning, and integrating editors and state mirroring.
Core Features & Use Cases
- Comprehensive routing to reference material for container choice (LoroMap, LoroList, LoroText), sync/versioning, editor bindings, and app-state mirroring.
- Practical decision guidance for CRDT fit, architecture tradeoffs, and performance considerations across offline-first scenarios.
- Use Case: teams building multi-device document editors can follow the routes to implement deterministic merging, conflict resolution, and stable UI state.
Quick Start
Start by loading the primary chapter on containers-and-encoding, then consult fit-and-architecture for high-level tradeoffs and mirror-and-react for UI state mirroring when integrating with the frontend.