iframe load loop blocks page execution and subsequent iframes
I have a web application that serves a large React app into an iframe, allowing me to embed specific screens from my React app into other pages. I do this by, whenever the parent application requests a new page, creating a new iframe and setting its src to the correct url within my react app. Pseudocode for this process:
iframe load loop blocks page execution and subsequent iframes
I have a web application that serves a large React app into an iframe, allowing me to embed specific screens from my React app into other pages. I do this by, whenever the parent application requests a new page, creating a new iframe and setting its src to the correct url within my react app. Pseudocode for this process:
iframe load loop blocks page execution and subsequent iframes
I have a web application that serves a large React app into an iframe, allowing me to embed specific screens from my React app into other pages. I do this by, whenever the parent application requests a new page, creating a new iframe and setting its src to the correct url within my react app. Pseudocode for this process: