Integrate PlayCanvas with React with out iframe

hey,
How can I execute playcanvas output in react without using iframe?

Hi @MaD-BoY,

You should import PlayCanvas as a library and instantiate the Application class in React. You can take a look at the open source PlayCanvas examples site and how it handles that (it uses React):

https://playcanvas.github.io/#/misc/hello-world