Skip to content

Instantly share code, notes, and snippets.

@RichardBray
Created January 10, 2018 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardBray/86b719f944652c499b4887048477cb34 to your computer and use it in GitHub Desktop.
Save RichardBray/86b719f944652c499b4887048477cb34 to your computer and use it in GitHub Desktop.
First bit of code for index.tsx
import * as React from "react";
import * as ReactDOM from "react-dom";
const ROOT = document.querySelector(".container");
ReactDOM.render(<h1>Hello</h1>, ROOT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment