When it is recommended to pass this.setState as a function instead of an object?
When the new state should completely replace the old state
When the new state depends on the old state
When the new state does not depend on the old state
Correct Answer : B
What will happen if you render an input element with disabled = {false}
What function can be used to change the state of a React component?
What is the second argument for setState useful for?