Skip to content

Instantly share code, notes, and snippets.

@Brian-Bassett
Last active February 15, 2019 04:04
const element = <h1>No HTML. JavaScript renders to DOM</h1>;
ReactDOM.render(element, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment