Embedding Visualizer in React App

Hello,
I have the ParaviewWeb visualizer setup running on localhost:8080 with the python server in the background.

However, is it possible to embed the frontend service running on the browser into my react project using iframes for example? Such that the visualizer can run independently within my react project.

yes the iframe path is a viable solution

Oh great. How can I isolate the frontend service from within the python launcher then?

Also, let’s say I’m able to isolate the frontend service, host it somewhere and load it into my iframe using the src attribute, will it be possible then to establish a connection between the frontend service and the Paraview server running locally to access my files from within my react project?

I’m not sure to follow, but the iframe will have to connect via websocket to the Python server that drive ParaView.