Does setState re-renders only render() function or whole class is executed once again from scratch?

后端 未结 0 1853
天命终不由人
天命终不由人 2021-01-25 15:39
class Sample extends Component {
    constructor(props) {
          super(props);
          this.onLoad()
     }
     
     onLoad() {
          //Some Data fetching
            


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