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

110
Views
Restore the same state in react App when redirected from iframe

I am working in react.js. I have embedded an iframe in one of the component which is in other domain. And the button inside the iframe redirect to same react app.

But on redirecting it clears all of the state and I loose my state before redirection. Is there a way to restore all the state when redirected from iframe.

import React from 'react'

function iframe() {
    return (
        <div>
            <iframe
                title="grafana"
                className="detailIframe"
                src={`http://ipaddress/alllist`}
            ></iframe>
        </div>
    )
}
export default iframe

iframe has a button that redirects to detail page in react app on click.

onClick="window.top.location.href = 'http://ipaddress/detailpage'">

How can I use same state when redirected to detail page?

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!