在React的官方文档中,它提到-
If you’re familiar with React class lifecycle methods, you can think of useEffect Hook as componentDidMount, componentDidUpdate, and componentWillUnmount combined.
My question is - how can we use the componentWillMount()
lifecyle method in a hook?
本·卡尔普(Ben Carp)的回答对我来说似乎只有一个。
但是,由于我们使用的是功能方式,因此可以从闭包和HoC中受益于另一种方法:
然后使用它: