Skip to content

Instantly share code, notes, and snippets.

@SephReed
Created July 8, 2019 21:24
Show Gist options
  • Save SephReed/d3c6279e0323cb4f550489142e97972e to your computer and use it in GitHub Desktop.
Save SephReed/d3c6279e0323cb4f550489142e97972e to your computer and use it in GitHub Desktop.
const replacer = new RerenderReplacer(() => {
const uiElement = document.createElement("div");
uiElement.innerHTML = state.userName;
return uiElement;
});
document.body.appendChild(replacer.static());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment