2.1实现componentDidMount 的功能
useEffect的第二个参数为一个空数组,初始化调用一次之后不再执行,
相当于componentDidMount。
function Demo () {
useEffect(() => {
console.log('hello world')
}, [])
return (
<div>
hello wo...
Chinese Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《如何使用useEffect》 | 2083字 | 100.0分钟 | 100% | 73 CPM | 49 次 | 0 | 良好,向更快挑战! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 世上总有一颗心在期待、呼唤着另一颗心。 ——塞万提斯 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |