1. 屬性傳遞優(yōu)化
2. 多組件優(yōu)化
3. Key
4. memo
5. purecomponent
6. 生命周期
7. 虛擬列表
8. 使用純組件
9. 懶加載組件
10. 使用 React Fragments 避免額外標(biāo)記
11. 不要使用內(nèi)聯(lián)函數(shù)定義
12. 避免componentWillMount()中的異步請(qǐng)求
13. 在Constructor的早期綁定函數(shù)
14. 優(yōu)化React中的條件渲染
15. 不要在render方法中導(dǎo)出數(shù)據(jù)
16. 為組件創(chuàng)建錯(cuò)誤邊界
17. 組件的不可變數(shù)據(jù)結(jié)構(gòu)