Skip to content

Commit

Permalink
docs: update docs/React/React.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiufeihong2018 committed May 1, 2024
1 parent bb02fe0 commit 66900d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/React/React.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ React,用于构建用户界面的 JavaScript 库,只提供了 UI 层面的

使用虚拟 `DOM` 来有效地操作 `DOM`,遵循从高阶组件到低阶组件的单向数据流

帮助我们将界面成了各个独立的小块,每一个块就是组件,这些组件之间可以组合、嵌套,构成整体页面
帮助我们将界面分成了各个独立的小块,每一个块就是组件,这些组件之间可以组合、嵌套,构成整体页面

`react` 类组件使用一个名为 `render()` 的方法或者函数组件`return`,接收输入的数据并返回需要展示的内容

Expand Down

0 comments on commit 66900d0

Please sign in to comment.