There are quite a few React lifecycle methods out there. For the most part, you’re only going to use three — componentDidMount(), componentDidUpdate(), and componentWillUnmount(). However, there are actually a few more methods! These are, however, much more niche in their application and optimal use cases. Firstly, I would be…