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

107
Views
react does not memorize state

I have the following problem, i set the opacity of an element depending on the useState, but if i go another route, the opacity sets back to 0

const [phoneVisible, setPhoneVisible] = useState(false);

useLayoutEffect(() => {
  if (toggleEvent !== "undefined") {
    setTimeout(() => {
      animatePhone(phoneRef, toggleEvent);
      setPhoneVisible(toggleEvent);
    }, 100);
  }
}, [phoneRef, toggleEvent]);

return (
<>
      <div
        ref={phoneRef}
        style={{ opacity: phoneVisible ? 1 : 0 }}
        className="relative w-screen h-screen"
      >
      ...
      </div>

</>
);

Im out of ideas, thanks for your help

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!