Skip to content

Instantly share code, notes, and snippets.

@lomse
Last active October 7, 2018 14:47
Show Gist options
  • Save lomse/ef81809fbcbcee11d0012d8fc0be3d76 to your computer and use it in GitHub Desktop.
Save lomse/ef81809fbcbcee11d0012d8fc0be3d76 to your computer and use it in GitHub Desktop.
App.jsx - react-todo-app
import React from 'react'
import {render} from 'react-dom'
const App = () => <div>Hello World</div>
render(<App />, document.getElementById('app'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment