Check out example codes for "how to go to index page on clicking a button in html". It will help you in understanding the concepts better.
Code Example 1
<input type=button onClick="parent.location='index.html'" value='click here'>
Learn ReactJs, React Native from akashmittal.com