componentWillMount vs componentDidMount 那個生命週期方法更適合請求數據?

在React-Native中向服務器請求數據到底應該在哪裏請求? 有兩個方法可以請求數據: componentWillMount componentDidMount 除了這兩個函數,render方法肯定不是合適的請求數據的地方,因爲在React-Native中請求數據都是異步的(fetch),如果這樣做肯定會帶來一些不好的影響.下面分析一兩個方法的優缺點. componentWillMount 這
相關文章
相關標籤/搜索