React 相关面试题
senmu2023/12/14
componentWillMount
使用 Hook 实现 - 搞清楚
componentWillMount
在类组件的生命周期,它是在挂载阶段并且在render
之前 - 搞清楚 hooks 的执行顺序,测试各个 hooks 的执行顺序
实现:使用 Hook 实现 componentWillMount
componentWillMount
componentWillMount
在类组件的生命周期,它是在挂载阶段并且在 render
之前实现:使用 Hook 实现 componentWillMount