返回 Skill 列表
extension
分类: 开发与工程无需 API Key

real-time-collaborative-editing

使用CRDTs或OT构建协作界面,与React的更新模型同步。

person作者: jakexiaohubgithub

Real-Time Collaborative Editing

Summary

Build collaborative surfaces using CRDTs or OT, synchronized with React's update model.

Key Capabilities

  • Bind CRDT structures (Yjs/Automerge) to React state.
  • Handle presence awareness and cursor tracking efficiently.
  • Resolve concurrent edits without locking the UI.

PhD-Level Challenges

  • Prove convergence of document state under high concurrency.
  • Optimize re-renders for frequent remote operations.
  • Implement local-first offline support with sync merging.

Acceptance Criteria

  • Demonstrate real-time sync between multiple clients.
  • Provide conflict resolution test cases.
  • Benchmark operation processing throughput.