YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.69k stars 51 forks source link

History and really large updates #110

Closed websiddu closed 6 months ago

websiddu commented 1 year ago

This library is a godsend, i'm using this library with hocuspocus however. I have a deeply nested map and when I update a one of the leaf nodes, the whole tree is sent as an update. How can I make the updates more smaller?

What is your suggestion storing history in a database.