Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Last active April 4, 2018 20:26
Show Gist options
  • Save alexzuza/f1bbee8cde4e4cef54414da3459e18bc to your computer and use it in GitHub Desktop.
Save alexzuza/f1bbee8cde4e4cef54414da3459e18bc to your computer and use it in GitHub Desktop.
IDOM patch
function patch(node, fn, data) {
currentNode = node;
enterNode();
fn(data);
exitNode();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment