Jul 16, 2024
index.html
<div id="root"></div>
{}
function App() { return ( <div> <h1>Hello, world!</h1> </div> ); }
Full transcript