Skip to content

Instantly share code, notes, and snippets.

@ShopifyEng
Created November 30, 2021 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShopifyEng/fc9904fc20be4e0fde65e5561ad8a991 to your computer and use it in GitHub Desktop.
Save ShopifyEng/fc9904fc20be4e0fde65e5561ad8a991 to your computer and use it in GitHub Desktop.
Remote Rendering: Shopify’s Take on Extensible UI - UI that is defined with a DOM-like API and gets converted to a JSON message
{
"children": [
{
"id": 0,
"kind": 2,
"text": "Hello World",
"version": 0
}
],
"version": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment