Which method in a React Component should you override to stop the component from updating?
willComponentUpdate
shouldComponentUpdate
componentDidUpdate
componentDidMount
Correct Answer : B
Which method in a React Component is called after the component is rendered for the first time?
Which of the following is correct syntax for a button click event handler, foo?
What happens when you call setState() inside render() method?