Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jvalinsky on github.
  • I am jval (https://keybase.io/jval) on keybase.
  • I have a public key ASArSP1JXGwR1RtNWx67f-WBUylgmbV-2bpjTc0MSJlfCQo

To claim this, I am signing this object:

@jvalinsky
jvalinsky / index.html
Created November 7, 2018 22:58
React User Input Example
<html>
<body>
<div id="root">
</div>
<script src="./index.js"></script>
</body>
</html>