|
|
|
|
|
by stevenfabre
1363 days ago
|
|
Liveblocks does support multiplayer undo/redo. We even wrote an interactive blog post about it: https://liveblocks.io/blog/how-to-build-undo-redo-in-a-multi... Our open-source block-based text editor could support it too with some extra pluming (which we haven’t got to yet). We’re planning to add this in as more and more developers are looking to port this experience into their own products. Is there anything else you’d like this example to support? Thanks for the feedback! :) |
|
For starters, in your demo when user A has selected some word and user B writes a letter in it, user A lost the selection. And this isn't even undo/redo yet, just normal collaborative thing.
That "some extra plumbing" you mention is quite big. Please don't get me wrong here – I would love to see you pull it off – Liveblocks.io seems like a good platform from what I read & heard, but you underestimate how hard that problem might be.