Skip to content

Commit d061987

Browse files
authored
Update beta/src/pages/learn/thinking-in-react.md
1 parent 59cce7f commit d061987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/learn/thinking-in-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ td {
200200

201201
</Sandpack>
202202

203-
(If this code looks intimidating, go through the [Quick Start](/learn/) first!)
203+
(如果你无法理解这段代码,请先阅读 [快速入门](/learn/) 章节!)
204204

205205
在构建你的组件之后,即拥有一个渲染数据模型的可复用组件库。因为这是一个静态应用程序,组件仅返回 JSX。最顶层组件 (`FilterableProductTable`) 将接收你的数据模型作为其 prop。这被称之为 _单向数据流_,因为数据从树的顶层组件传递到下面的组件。
206206

0 commit comments

Comments
 (0)