Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created February 20, 2020 11:55
Show Gist options
  • Select an option

  • Save ArtemRomanovsky/fa0ee05d0a7ad9e5d3e36c96021513cb to your computer and use it in GitHub Desktop.

Select an option

Save ArtemRomanovsky/fa0ee05d0a7ad9e5d3e36c96021513cb to your computer and use it in GitHub Desktop.
// component factory
function View_AComponent_0(l) {
return jit_viewDef1(
...
// update renderer
function (_ck, _v) {
var _co = _v.component;
var currVal_0 = _co.name;
_ck(_v, 1, 0, currVal_0);
}
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment