react

npm install -g create-react-app

static childContextTypes={

store:PropTypes.object

}

static contextTypes={

store:PropTypes.object

}

static propTypes = {

    themeColor: PropTypes.string

  }

你可能感兴趣的:(react)