Skip to content

Instantly share code, notes, and snippets.

@kireerik
Last active March 3, 2018 00:48
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 kireerik/6613f89f47f5ee2d67086e3d263bfa14 to your computer and use it in GitHub Desktop.
Save kireerik/6613f89f47f5ee2d67086e3d263bfa14 to your computer and use it in GitHub Desktop.
Material-UI: Get started (Fast!) ⚡ React 16+
import {hydrate} from 'react-dom'
import Application from './application/Main'
hydrate(<Application />, document.getElementById('root'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment