React 相关面试题

senmu2023/12/14

使用 Hook 实现 componentWillMount

  1. 搞清楚 componentWillMount 在类组件的生命周期,它是在挂载阶段并且在 render 之前
  2. 搞清楚 hooks 的执行顺序,测试各个 hooks 的执行顺序open in new window

实现:使用 Hook 实现 componentWillMountopen in new window

React 实现计时器

计时器open in new window

最近更新 2024-01-05 09:16:06