Question:In React what is used to pass data to a component from outside?
A setState B render with arguments C props D PropTypes
+ AnswerC
+ Report