You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by [yjs](https://github.com/yjs/yjs) and the CRDT-variant LWW-Element-Set, this is a simple key-value map that can sync between different clients by letting latest timestamp always win.
4
+
5
+
Key is always a string but value could be anything as long as it's just primitive values.
0 commit comments