We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66900d0 commit cead635Copy full SHA for cead635
docs/React/Real DOM_Virtual DOM.md
@@ -79,7 +79,7 @@ const vDom = React.createElement(
79
80
- 简单方便:如果使用手动操作真实 `DOM` 来完成页面,繁琐又容易出错,在大规模应用下维护起来也很困难
81
82
-- 性能方面:使用 Virtual DOM,能够有效避免真实 DOM 数频繁更新,减少多次引起重绘与回流,提高性能
+- 性能方面:使用 Virtual DOM,能够有效避免真实 DOM 频繁更新,减少多次引起重绘与回流,提高性能
83
- 跨平台:React 借助虚拟 DOM,带来了跨平台的能力,一套代码多端运行
84
85
缺点:
0 commit comments