1. React

1.1. 疑问

  1. Context props 传递
  2. Ref 转发 与 HOC
  3. 不要在 render 方法中使用 HOC ?

1.2. 生命周期函数

生成期
  • 组件将要挂载时触发的函数:componentWillMount
  • 组件挂载完成时触发的函数:componentDidMount
存在期
  • 父组件中改变了props传值时触发的函数:componentWillReceiveProps
  • 是否要更新数据时触发的函数:shouldComponentUpdate
  • 将要更新数据时触发的函数:componentWillUpdate
  • 数据更新完成时触发的函数:componentDidUpdate
销毁期
  • 组件将要销毁时触发的函数:componentWillUnmount

1.3. fiber

1.4. 不可变数据集:immer

1.5. 合成事件

1.6. 渲染器

1.7. 并发渲染

Copyright © tomgou 2022 all right reserved,powered by Gitbook该文章修订时间: 2023-08-28 17:33:23

results matching ""

    No results matching ""