The Document Is the Host SoT; the Editor Is a Focused Guest
Explaining, for a first-time reader, the host/guest boundary in a block-document editor, React external-store snapshots, the 2-stack undo, and HTML5 drag and selection/copy
- Document meaning is owned by host patches, and the rich-text engine is kept only as a guest for the focused block.
- Using only a ms timestamp in a useSyncExternalStore snapshot drops re-renders on same-ms mutations — a monotonic revision is needed.