Newer Version Available
Lightning Container (Developer Preview)
Upload an app developed with a third-party framework as a static resource, and host the
content in a Lightning component using
lightning:container. Use lightning:container to use third-party frameworks like AngularJS or React within
your Lightning pages.
The lightning:container component hosts content in an iframe. You can implement communication to and from the framed application, allowing it to interact with the Lightning component. lightning:container provides the message() method, which you can use in the JavaScript controller to send messages to the application. In the component, specify a method for handling messages with the onmessage attribute.