react-hook生命周期

 useEffect相当于componentDidMount和componentDidUpdate两个生命周期函数

②useEffect是异步的

============================================================================================

解绑生命周期函数

componentDidMount
原文地址:https://www.cnblogs.com/js-liqian/p/11851096.html