This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
3813
Commits
2
Branches
0
Tags
148 MiB
Tree:
853f3d1945
react.dev
/
examples
/
hello-world.js
5 lines
80 B
Raw
Normal View
History
sync js files to codepen
7 years ago
ReactDOM
.
render
(
<
h1
>
Hello
,
world
!
<
/
h
1
>
,
document
.
getElementById
(
'root'
)
)
;