1 min readDec 3, 2019
Thanks for the clear explanation of using componentDidMount for API calls.
When using React Hooks, where would be a good place to put API calls?
I appreciate the heads up about the coming deprecation of componentWillMount in React 17. Thanks again!