React.Component is an abstract base class. You will typically subclass it and define at least a render() method. constructor(props). Do call super(props) before ...
確定! 回上一頁