How can you access the state of a component from inside of a member function?
this.getState()
this.values
this.prototype.stateValue
this.state
Correct Answer : B
Props are __________ into other components
React JS uses _____ to increase performance
Keys are given to a list of elements in react. These keys should be -