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

Update array.ts #127

Open fchughes opened 4 months ago

fchughes commented 4 months ago

Update CRDTArray proxy "set" method to support indexed assignment.

Changes were motivated by need to support binding svelte synced array stores to editable fields.

YousefED commented 4 months ago

Thanks! Happy to merge if you could add some unit tests for this as well. Out of curiosity; what are you building using SyncedStore?