Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 11:45
Show Gist options
  • Save ArtemRomanovsky/34d371868e8cdd9657e999fb5b68d718 to your computer and use it in GitHub Desktop.
Save ArtemRomanovsky/34d371868e8cdd9657e999fb5b68d718 to your computer and use it in GitHub Desktop.
// simplified component factory
function View_MyComponent_0(l) {
return jit_viewDef1(0,
// view defenition nodes
[
jit_elementDef2(0, null, null, 1, "span", ...),
jit_textDef3(null, ["I am ", ...])
]
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment