This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
r
/
React.js
6 lines
93 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Use more Reacty example (#705) Co-authored-by: Diego Augusto <diego.augusto@neemu.com> Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-03-29 12:39:54 -03:00
function
Hello
(
)
{
return
<
h1
>
Hello
World
<
/
h
1
>
;
}
React
.
render
(
<
Hello
/
>
,
document
.
body
)
;
Reference in New Issue
Copy Permalink