Skip to content

Instantly share code, notes, and snippets.

@eezhal92
Last active October 7, 2016 06:47
Show Gist options
  • Save eezhal92/9c9aaf8e3e4df226b88551fc7a3ae438 to your computer and use it in GitHub Desktop.
Save eezhal92/9c9aaf8e3e4df226b88551fc7a3ae438 to your computer and use it in GitHub Desktop.
import React from 'react'
import { render } from 'react-dom'
const App = () => <div className="somehting">App</div>
render(
<App />,
document.querySelector('#app')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment