In component lifecycle which one is executed before rendering?
componentWillReceiveProps
shouldComponentUpdate
componentWillMount
componentDidMount
Correct Answer : C
Which of the following API is necessary for React.js component?
Which of the following method define default values for properties using props?
Life cycle methods of a components fall under following categories?