-
-
Save rbiggs/5a8e92219feeef4161b91ffe6f850843 to your computer and use it in GitHub Desktop.
Update state from user input
This file contains hidden or 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
| <input type="text" oninput={ e => send({type: 'updateInputValue', value: e.target.value})} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment