1.

In which condition is the React.js Lifecycle method static getDerivedSateFromProps(props, state) is called?

A. When the state of the component is updated
B. When a component is created for the first time
C. Both of the mentioned
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found