In learning react, I encountered the function super.

this method is included in the constructor of most components, so what exactly is this method for

  constructor(props,context){
      super(props,context)
  }
Feb.26,2021

take a look at the inheritance of es6. Learn the basic framework first

.
Menu