Created
January 27, 2019 22:00
-
-
Save 15Dkatz/16f833f25c52e08f53e5255e4db05a2e 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
{snippet} | |
<h4>{gameState.victory ? `Done! 🎉 Time: ${gameState.endTime}ms` : null}</h4> | |
<input value={userText} onChange={updateUserText} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment