Skip to content

Instantly share code, notes, and snippets.

@SephReed
Last active July 9, 2019 01:34
Show Gist options
  • Save SephReed/c8b1ac52474524e1db8ea28fd133a57f to your computer and use it in GitHub Desktop.
Save SephReed/c8b1ac52474524e1db8ea28fd133a57f to your computer and use it in GitHub Desktop.
const someDiv = div("parent-element", [
div("some-child-element"),
// passing a function creates a replacer
() => div("example-rerender", state.userName), // <--- Replacer
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment