how to implement in app relode using React.

Topic summary

Issue: A React-based Shopify embedded app needs to navigate from the homepage to a “deals” page with an in-app reload inside the iframe.

Current behavior: Using a redirect method triggers navigation but does not reload the iframe content, so the “deals” page does not refresh as expected.

Goal: Achieve a redirect that forces a full in-iframe reload to the deals page (not just a route change without refresh).

Status: No solution or workaround provided yet; the post is a troubleshooting request seeking guidance. No code snippets or attachments are included. The discussion remains open with the key question unresolved.

Summarized with AI on December 22. AI used: gpt-5.

I am developing an app where there is a homepage and a deal page on click on deal button i want to redirect to deals page by in app reloading .
i am using redirect method but its not reloading the iframe.