Kizspy | Question: 22 (Choose 1 answer)
What is the purpose of the componentDidMount method in React?
A. It is called after the component's render method has been executed.
B. It is called before the component's render method is executed.
C. It is called when the component is about to be unmounted from the DOM.
D. It is called when the component is about to be updated and re-rendered.