YuJian
3 years ago
3 changed files with 9 additions and 5 deletions
@ -1,7 +1,5 @@
@@ -1,7 +1,5 @@
|
||||
父组件命中性能优化,子组件才有可能命中性能优化 |
||||
该如何比较 props |
||||
- 父组件命中性能优化,子组件才有可能命中性能优化 |
||||
- 该如何比较 props |
||||
1. 全等比较 --- 高效、不易命中 |
||||
2. 浅比较 --- 不高效,易命中 |
||||
没有传递 props 的时候,子组件接收到的 props 实际上是一个空对象 |
||||
React.memo 的作用和实际发生了什么 |
||||
useMemo 的前提是当前组件必须是浅比较,为什么? |
||||
- 没有传递 props 的时候,子组件接收到的 props 实际上是一个空对象 |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
- [ ] React.memo 的作用和实际发生了什么? |
||||
- [ ] useMemo 的前提是当前组件必须是浅比较,为什么? |
Loading…
Reference in new issue