In this article, we will review useSyncExternalStore usage in TipTap. I found useSyncExternalStore is used in 3 files: EditorContent.tsx useEditorState.ts useEditor.ts Before we look at these files, let’s learn what is useSyncExternalStore. use...