zongwuFang

Results 1 issues of zongwuFang

`**const NetInfoDecorator = WrappedComponent => class extends Component {** constructor(props) { super(props) this.state = { isConnected: true, } } ` 是在函数中返回一个组件吗?把组件的名字作为参数?

discussion