rocicorp / replicache

Realtime Sync for Any Backend Stack
https://doc.replicache.dev
1.01k stars 37 forks source link

Collaborative Text (first pass) #1012

Open aboodman opened 2 years ago

aboodman commented 2 years ago

People currently implement collaborative text editing by using yjs or fractional-indexing on top of Replicache.

We should have a recommendation for how to support collaborative text on Replicache and perhaps some supporting libraries to make it easy.

The "first pass" in the description means that for this project we're not trying to do the most efficient possible implementation. We're trying to get something that works correctly and addresses the need.