Skip to content

Instantly share code, notes, and snippets.

@15Dkatz
Created January 27, 2019 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 15Dkatz/16f833f25c52e08f53e5255e4db05a2e to your computer and use it in GitHub Desktop.
Save 15Dkatz/16f833f25c52e08f53e5255e4db05a2e to your computer and use it in GitHub Desktop.
{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