NLP自然語(yǔ)言處理高級(jí)魔鬼訓(xùn)練營(yíng)11期貪心學(xué)院
Component
function Component(props, context, updater) {
?this.props = props;
?this.context = context;
?this.refs = emptyObject;
?this.updater = updater || ReactNoopUpdateQueue;}Component.prototype.isReactComponent = {};Component.prototype.setState = function(partialState, callback) {
標(biāo)簽: