How this JS expression works?

后端 未结 0 1644
囚心锁ツ
囚心锁ツ 2021-01-21 00:33
componentDidMount() {
    this.forceUpdateInterval = setInterval(() => this.forceUpdate(), 50);
}

In this method, I am having trouble with understand

相关标签:
回答
  • 消灭零回复
提交回复
热议问题