Render any reactjs comp inside ion-content?

Hi

I am looking for Official or Non-so-hacking way to render reactjs component inside ion-content?

I think ion-content scroll need to detect the size change of the doms. So, I don’t know how to tell the ion-content that my reactjs component have been re-rendered.

Thanks

Hello,

This is really not an Ionic question as much as an Angular question. I’m going to refer you this comprehensive post about React and Angular, and you could do more digging to find additional information depending on your exact application design.