Page MenuHomePhorge

app.jsx
No OneTemporary

Size
371 B
Referenced Files
None
Subscribers
None
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

Mime Type
application/javascript
Expires
Thu, Mar 26, 4:41 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511995
Default Alt Text
app.jsx (371 B)

Event Timeline