Is good to use async/await in componentWillMount?
Hi, I want to do a request to an API in the componentWillMount method, but I want to know if is correct change the life cycle methods to async to use the await.
Hi, I want to do a request to an API in the componentWillMount method, but I want to know if is correct change the life cycle methods to async to use the await.