Is there a way to embed Dash app into web application without using iframe?

Hey,

Is there any way to integrate a full dash application written in python in some web application?

I know how to do that with Iframe, but I wonder if there is any way to do that, maybe with react or javascript?
Or maybe I can just make an HTTP request to the dash application server, fetch the content of the dashboard and load it with some js library on the client-side. Is it possible?