Skip to content

Instantly share code, notes, and snippets.

@seanders
Created May 1, 2020 18:17
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 seanders/34864f103c455d7984a800725089a7a4 to your computer and use it in GitHub Desktop.
Save seanders/34864f103c455d7984a800725089a7a4 to your computer and use it in GitHub Desktop.
import React from 'react'
import ReactDOM from 'react-dom'
var foo = 'hello'
console.log(foo)
const Foo = () => (<input foo='bar' ice='tea' abc='123' wut='now' type='text' id='123' placeholder='123' autoComplete='off' />)
ReactDOM.render(<Foo />, document.getElementById('abc'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment