Check out example codes for "autoclick button if refresh page html". It will help you in understanding the concepts better.
Code Example 1
window.onload=function(){
document.getElementById("linkid").click();
};
Learn ReactJs, React Native from akashmittal.com