We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a9155 commit d8ce76fCopy full SHA for d8ce76f
ReactJS/helloworld.js
@@ -0,0 +1,4 @@
1
+ReactDOM.render(
2
+ <h1>Hello, world!</h1>,
3
+ document.getElementById('root')
4
+);
0 commit comments