Ssyncfusioninsyncfusion-blogs.hashnode.dev·Aug 6 · 17 min readReal-Time Collaborative Editing in a React Block Editor Using YjsTL;DR: Learn how to add real-time collaboration to a React Block Editor using Yjs and WebSockets. This guide walks through building a shared editing experience with live document synchronization, user00
BKBhavadharani Kinprojects-explained.hashnode.dev·Jul 15 · 7 min readBeyond the Editor: Designing a Real-Time Collaborative Text Editor with React, Yjs, CRDTs, and WebSocketsMost portfolio projects answer what was built. This one became an exercise in understanding why it works. Live Demo: https://collaborative-text-editor-orpin.vercel.app/ Repository: https://github.com10
MMMihai Marinescuinfeaturingcode.com·Jun 29 · 37 min readEver wonder how real-time collaborative editing actually works?One walkthrough of the whole real-time layer of a collaborative document editor — the merge, the transport, the editor, and the persistence — built by hand on Y.js to actually understand it. Code refe00
ASAniket Sharmainconflict-resolution.hashnode.dev·Apr 22, 2025 · 6 min readConflict Resolution and CRDTsIntroduction Have you ever… Edited the same Google Doc paragraph with a teammate at the same time? Left an Apple Notes comment while offline, then seen it appear later without errors? Changed your smart light’s color via phone while someone else d...00