Relative Content

Tag Archive for reactjsauthenticationmaterial-ui

React change route on button click with condition

So I have a react login form that has two textfields, username and password, and should check if the username and password are ‘elev’ and if so change the route and open another page. Bu whatever I do it doesn’t change its route and it just refreshes the page. I will attach my current code. Can anybody help me?