摘要: 1. 生命周期 1. 声命周期的三个阶段(旧) 初始化阶段:由ReactDOM.render()触发—初次渲染 1. constructor() 2. componentWillMount() 3. render() 4. componentDidMount() ==> 常用 一般在这个钩子中做一些 阅读全文
posted @ 2023-12-22 11:26 化作繁星 阅读(28) 评论(0) 推荐(0)