Skip to content

Instantly share code, notes, and snippets.

@cmnstmntmn
Last active July 11, 2025 21:52
Show Gist options
  • Select an option

  • Save cmnstmntmn/1e07c5efc0082914dfed05719049b51e to your computer and use it in GitHub Desktop.

Select an option

Save cmnstmntmn/1e07c5efc0082914dfed05719049b51e to your computer and use it in GitHub Desktop.
demo-react
body {
background: lime;
}
const root = ReactDOM.createRoot(app);
root.render('Hello, world!')
<script src="https://unpkg.com/[email protected]/umd/react.development.js"></script>
<script src="https://unpkg.com/[email protected]/umd/react-dom.development.js"></script>
<div id="app"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment