Created
July 8, 2019 21:24
-
-
Save SephReed/d3c6279e0323cb4f550489142e97972e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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