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