redirect to home after login using React react-router and usenavigate not working? – Javascript
I want the user to be redirected to the home page after successfully logging in, I store the data of the api request to log in the user in a variable called currentUser, so if currentUser is true it should…