Skip to content

Instantly share code, notes, and snippets.

@lemma-san
Last active December 9, 2017 11:50
Show Gist options
  • Save lemma-san/f1aa437f14ef56cfe4207dd086b8732a to your computer and use it in GitHub Desktop.
Save lemma-san/f1aa437f14ef56cfe4207dd086b8732a to your computer and use it in GitHub Desktop.
import React from "react";
import ReactDOM from "react-dom";
import { App } from "./components/App";
const root = document.createElement("root");
document.body.appendChild(root);
ReactDOM.render(<App />, root);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment