Mixing React and Sightly components in a page
Hi All,
Is there a way we can mix React and Sightly/HTL components in a same page? I tired to add HTL components in a SPA app/page and they would not even render. I guess this is expected as the React App is not aware of the HTL component and hence ignored. Is there a way where I can have 2 containers in a page where 1 allows you yo add HTL components and the other React components?
Any pointers toward a solution/poc would be appreciated.
Thanks
Jai