1. 為什么react沒有直接用react的api還要引入react呢?
```
react的jsx有關
```
2. React中對比一個ClassComponent是否需要更新,
```
**只有兩個地方。一是看有沒有`shouldComponentUpdate`方法,
二就是這里的`PureComponent`判斷**
```
3. `map`和`forEach`的最大區別就是有沒有`return result`
4. `| 0`的作用是取整數
- 說明
- react源碼
- 問答
- 慕課網視頻
- 第二章:基礎知識
- 001.ReactElement
- 002.react-component
- 003.ref
- 004.forwardRef
- 005.context
- 006.concurrentMode
- 007.supense和lazy
- 008.hooks
- 009.children
- 010.memo
- 011.others
- 第三章:react的更新
- 001.react-dom-render
- 第四章:Fiber Scheduler
- 第五章:各類組件的Update
- 第六章:完成節點任務
- 第七章:commitRoot
- 第八章:功能詳解:基礎
- 第九章:suspense and priority
- 第十章:功能詳解:Hooks
- 001.基礎知識
- 002.hook
- 003.RootFiber
- 004. hydrate
- react
- 高階組件
- react基礎
- Github面試題目