学习React第二节课:进阶

一、实例引用 ref


二、上下文 context

广播模式

祖先组件 childContextTypes + getChildContext
后代组件 contextType

生产者/消费者

  • React.createContext
  • Context.Provider
  • Class.contextType
  • Context.Consumer

三、高阶组件 hoc

组件工厂

功能增强

渲染劫持


四、钩子 hook

加强版函数组件

逻辑平铺

分割状态与视图

mixins思考

你可能感兴趣的:(学习React第二节课:进阶)