Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ascoders/weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed May 18, 2022
2 parents dd0f3b3 + b68d83f commit fb492c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 前沿技术/240.精读《React useEvent RFC》.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ function App() {
不能。虽然提案里给了一个近似解决方案,但实际上存在两个问题:
1. 在赋值 ref 时,`useLayoutEffect` 时机依然不够提前,如果值变化后理解访问函数,拿到的会是旧值。
2. 生成的函数被用在渲染并不会给出错误提示。
1. 在赋值 ref 时,`useLayoutEffect` 时机依然不够提前,如果值变化后立即访问函数,拿到的会是旧值。
2. 子组件 layout effect 在父组件之前执行,拿到的也是旧值。
3. 生成的函数被用在渲染并不会给出错误提示。
## 总结
Expand Down

0 comments on commit fb492c7

Please sign in to comment.