1. Code Splitting2. shouldComponentUpdate避免重复渲染3. 使用不可突变数据结构4. 组件尽可能的进行拆分、解耦5. 列表类组件优化6. bind函数优化7. 不要滥用props8. ReactDOMServer进行服务端渲染组件