Skip to content

Commit

Permalink
docs: 更新prepare.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrs878 committed Jun 2, 2021
1 parent e1981e6 commit 73a6b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concurrent/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

基于这个前提,`React`花费2年时间重构完成了`Fiber`架构。

`Fiber`机构的意义在于,他将单个`组件`作为`工作单元`,使以`组件`为粒度的“异步可中断的更新”成为可能。
`Fiber`架构的意义在于,他将单个`组件`作为`工作单元`,使以`组件`为粒度的“异步可中断的更新”成为可能。

## 架构的驱动力 —— Scheduler

Expand Down

0 comments on commit 73a6b7b

Please sign in to comment.