/invent-react-00.js Secret
Last active
February 15, 2019 04:04
Revisions
-
Brian-Bassett renamed this gist
Feb 15, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Brian-Bassett created this gist
Feb 15, 2019 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ const element = <h1>No HTML. JavaScript renders to DOM</h1>; ReactDOM.render(element, document.getElementById('root'));