Notion redesigned its text editing system in 2025 using Conflict-free Replicated Data Types (CRDTs) to enable true collaborative editing. Previously, concurrent edits to the same block used a "last write wins" approach that lost changes; the new system based on Replicated Growable Array (RGA) preserves all edits by assigning unique IDs to characters and tracking insertions and deletions as tombstones.