We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7d2c5 commit 9760448Copy full SHA for 9760448
content/docs/optimizing-performance.md
@@ -6,7 +6,6 @@ redirect_from:
6
- "docs/advanced-performance.html"
7
---
8
9
-
10
UI 更新需要对 DOM 进行操作,而 React 内部通过几种巧妙的技术以最小化操作 DOM 来降低性能损耗。对于大部分应用而言,使用 React 不需要特别去优化就已拥有高性能的用户界面。尽管如此,你仍然有办法来加速你的 React 应用。
11
12
## 使用生产版本 {#use-the-production-build}
0 commit comments