Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 13:15
Show Gist options
  • Save RichardBray/8f9fe50aeaafe12cea943d7eeef0e135 to your computer and use it in GitHub Desktop.
Save RichardBray/8f9fe50aeaafe12cea943d7eeef0e135 to your computer and use it in GitHub Desktop.
Index with App component
import * as React from "react";
import * as ReactDOM from "react-dom";
import { App } from "./components/App";
const ROOT = document.querySelector(".container");
ReactDOM.render(<App name="Jamala" />, ROOT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment