1. <button ref={(btn)=>{this.btn=btn}}>ref</button>
    2. componentDidMount(){
    3. console.log(this.btn) //<button>ref</button>
    4. }