Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nafeu/8ceb20832a563918adf9796bd520d766 to your computer and use it in GitHub Desktop.

Select an option

Save nafeu/8ceb20832a563918adf9796bd520d766 to your computer and use it in GitHub Desktop.
import React from 'https://cdn.skypack.dev/react';
import ReactDOM from 'https://cdn.skypack.dev/react-dom';
const App = () => {
return (
<h1>Hello World x2</h1>
);
}
ReactDOM.render(<App />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment