Answers for "how to push a new page on button click in react js"

4

reactjs onclick open new page

<td onClick={()=> window.open("someLink", "_blank")}>text</td>
Posted by: Guest on August-13-2020
3

how to go to another page onclick in react

<Link to="/signup" className="btn btn-primary">Sign up</Link>
Posted by: Guest on August-14-2021

Code answers related to "how to push a new page on button click in react js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language