Skip to content

Commit

Permalink
docs(cn): fix 错误 -> 出现错误
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L committed Jun 15, 2019
1 parent a80db24 commit 052c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/design-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Facebook 内部的使用模式帮助我们了解常见的错误有哪些,以

如果 state 发生错误,你就知道问题在于这个文件中的某个 `setState()` 调用,定位和修复也相对简单,因为在单个文件中 `setState()` 调用次数很少。

如果 props 错误,你可以在检查器中沿着树向上排查,查找到第一个因为向下传递了错误的 props 而“污染了这口井”的组件。
如果 props 出现错误,你可以在检查器中沿着树向上排查,查找到第一个因为向下传递了错误的 props 而“污染了这口井”的组件。

能够以当前的 props 和 state 这种形式追溯到其产生的任何 UI,这种能力对 React 来说非常重要。state 不会包裹在闭包和组合子中,并且在 React 中可以直接获取,这是 React 一个非常明确的设计目标。

Expand Down

0 comments on commit 052c55f

Please sign in to comment.