react的生命周期
摘要:React的生命周期从广义上分为三个阶段:挂载、渲染、卸载 挂载卸载过程 1.1.constructor() 1.2.componentWillMount() 1.3.componentDidMount() 1.4.componentWillUnmount () 更新过程 2.1. componen
阅读全文
posted @ 2021-01-05 18:27
posted @ 2021-01-05 18:27