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
3328
Commits
2
Branches
0
Tags
148 MiB
Tree:
f005c04206
react.dev
/
examples
/
jsx-simple-example.js
4 lines
55 B
Raw
Normal View
History
Migrated remaining Babel REPL links
7 years ago
function
hello
(
)
{
return
<
div
>
Hello
world
!
<
/
d
i
v
>
;
Format examples with Prettier
7 years ago
}