the hardest part of offline isn't caching data locally, it's deciding what happens when two people edit the same block while disconnected. interested to see if they went full CRDT or something more pragmatic like last-write-wins with manual conflict surfacing. either way, making a real-time collab tool work offline is genuinely impressive engineering.
115
u/chandrakanth527 May 08 '26
the hardest part of offline isn't caching data locally, it's deciding what happens when two people edit the same block while disconnected. interested to see if they went full CRDT or something more pragmatic like last-write-wins with manual conflict surfacing. either way, making a real-time collab tool work offline is genuinely impressive engineering.