Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
... class UpdatingComponentHOC extends React.Component { constructor(props) { super(props); this.state = { length: LENGTH, data: this.props.data.slice(0, LENGTH), }; this.speed = 1000; ....
setInterval(this.func, this.speed)
speed
func
... constructor(props) { ... this.speed = 1000; ... } ...