|
|
|
|
|
by felipefar
658 days ago
|
|
Do you use last-write-wins using the received order of operations on the server or using a logical clock? I believe that for Notion the collaboration use case is more important than async editing, so a CRDT makes more sense, but for text editing apps that favor asynchronous collaboration maybe explicit conflict resolution is more reasonable. |
|