Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cce7f commit d061987Copy full SHA for d061987
beta/src/pages/learn/thinking-in-react.md
@@ -200,7 +200,7 @@ td {
200
201
</Sandpack>
202
203
-(If this code looks intimidating, go through the [Quick Start](/learn/) first!)
+(如果你无法理解这段代码,请先阅读 [快速入门](/learn/) 章节!)
204
205
在构建你的组件之后,即拥有一个渲染数据模型的可复用组件库。因为这是一个静态应用程序,组件仅返回 JSX。最顶层组件 (`FilterableProductTable`) 将接收你的数据模型作为其 prop。这被称之为 _单向数据流_,因为数据从树的顶层组件传递到下面的组件。
206
0 commit comments