Yjs Redux binding

@ViktorQvarfordt @bioswale I read this thread with interest as I am considering migrating from a custom redux sync mechanism to a Yjs-based one, and has the same question as you posed here. In case you haven’t seen it, take a look at @YousefED 's SyncedStore – there is an overview video posted in this other yjs-discuss thread that is very interesting.

Another aspect of Redux I enjoy is the atomicity guarantee, especially when actions touch many parts of the state. I’m curious how to think about this in Yjs land, and asked about Yjs transaction atomicity in this other thread Transactions: atomicity and labeling? - #3 by dmonad – I’m curious how you’ve been thinking about this?

1 Like