Created
May 1, 2020 18:17
-
-
Save seanders/34864f103c455d7984a800725089a7a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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