Overview
Essential for reactive applications - add hooks to CRDT struct for local operations to enable integration with other applications.
Implementation Tasks
Priority
Phase 1: Core Infrastructure - Critical for reactive applications
Labels
enhancement, hooks, api
Overview
Essential for reactive applications - add hooks to CRDT struct for local operations to enable integration with other applications.
Implementation Tasks
OnSet(key, value string, meta CRDTKeyMeta)- triggered after local setOnDelete(key string, meta CRDTKeyMeta)- triggered after local deleteOnSync(changes []KeyEntry, fromPeer string)- triggered after syncPriority
Phase 1: Core Infrastructure - Critical for reactive applications
Labels
enhancement, hooks, api