]> git.cworth.org Git - lmno.games/commit - empathy/empathy.jsx
Add a submit handler function for our form
authorCarl Worth <cworth@cworth.org>
Sun, 7 Jun 2020 22:22:28 +0000 (15:22 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 7 Jun 2020 22:22:28 +0000 (15:22 -0700)
commita1ed0fc881f3bfe6cc55041fda3b54f7c0baa94b
tree12fa38bbf737855e0b70203f2b8cf260c8c6c8a8
parent68a66356ecb9d184e44b8d75e1f7db25926d4af3
Add a submit handler function for our form

This is still a stub that doesn't actually _do_ aything yet.

Note that we're using the "uncontrolled components" React pattern for
the input field here as described here:

https://reactjs.org/docs/uncontrolled-components.html

The alternative, forcing a new call to React's setState on every
keypress seems really silly to me, (I don't care to have React getting
involved on every keypress).
empathy/empathy.jsx