Skip to content

Instantly share code, notes, and snippets.

@tpetrina
Last active September 26, 2017 14:22
Show Gist options
  • Save tpetrina/8b071169eae6d70bd783f791f4799a0d to your computer and use it in GitHub Desktop.
Save tpetrina/8b071169eae6d70bd783f791f4799a0d to your computer and use it in GitHub Desktop.
React form complication 1
<div>
<h1>Register</h1>
<div>
<label>Username</label>
<input type="text" name="username" />
</div>
<div>
<label>Password</label>
<input type="password" name="password" />
</div>
<div>
<button>Register</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment