Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916111
app.jsx
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
371 B
Referenced Files
None
Subscribers
None
app.jsx
View Options
import
{
renderToHTML
}
from
'./client'
;
const
App
=
()
=>
(
<
div
id
=
"root"
>
<
h1
>
Hello
from
React
!
</
h1
>
<
p
style
=
{{
color
:
'red'
,
fontSize
:
16
}}>
Styled
text
</
p
>
<
input
type
=
"text"
disabled
/>
<
ul
>
<
li
>
No
Babel
</
li
>
<
li
>
No
Webpack
</
li
>
<
li
>
Just
React
</
li
>
</
ul
>
</
div
>
);
const
html
=
renderToHTML
(<
App
/>);
console
.
log
(
html
);
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Thu, Mar 26, 4:41 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511995
Default Alt Text
app.jsx (371 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment