Skip to content

Instantly share code, notes, and snippets.

@jkinkead
Created October 19, 2018 00:12
Show Gist options
  • Save jkinkead/ae267a5528aa4aea7754f4f70ae67d41 to your computer and use it in GitHub Desktop.
Save jkinkead/ae267a5528aa4aea7754f4f70ae67d41 to your computer and use it in GitHub Desktop.
Simple React index.js
import React from 'react'
import { render, hydrate } from 'react-dom'
import App from './components/App'
hydrate(<App />, document.getElementById('root'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment