Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

153
Views
How to redirect to home after login in react-redux?

I try to redirect to home after successfully login. I make a function handleSubmit which is executed by the onClick of the "Login" Button:

const handleSubmit = async (e) => {
    e.preventDefault();
    e.target.email.value = "";
    e.target.password.value = "";
    setstatFormData("");
    try {
      await dispatch(authActions.login(formData));
      console.log("authActions in handleSubmit:", isAuthenticated);
      if (isAuthenticated === true) {
        console.log("thanh cong...");
        history.push("/");
      } else {
        return console.log("login fail...");
      }
    } catch (error) {
      throw error("server error");
    }
  };
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!