We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258e781 commit 3aebdecCopy full SHA for 3aebdec
content/docs/faq-internals.md
@@ -6,7 +6,7 @@ layout: docs
6
category: FAQ
7
---
8
9
-### 什么是Virtual DOM? {#what-is-the-virtual-dom}
+### 什么是 Virtual DOM? {#what-is-the-virtual-dom}
10
11
Virtual DOM 是一种编程概念。在这个概念里, UI 以一种理想化的,或者说“虚拟的”表现形式被保存于内存中,并通过如 ReactDOM 等类库使之与“真实的” DOM 同步。这一过程叫做[协调](/docs/reconciliation.html)。
12
0 commit comments