Skip to content

Instantly share code, notes, and snippets.

@ShopifyEng
Created November 30, 2021 20:44
Show Gist options
  • Save ShopifyEng/1c20c9a57cfc36eafb5323fdb5230397 to your computer and use it in GitHub Desktop.
Save ShopifyEng/1c20c9a57cfc36eafb5323fdb5230397 to your computer and use it in GitHub Desktop.
Remote Rendering: Shopify’s Take on Extensible UI - 3rd party script containing the remote application
// Extension
register((root, api) => {
api.setTitle("This is a demo");
root.appendChild(root.createText("Hello World!"));
root.mount();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment