Listing 8-1: Omiting the value attribute creates an uncontrolled input
function SignUp(props){
return(
<form>
<input type="text" name="emailAddress" />
<button>Sign up for our newsletter</button>
</form>
)
}
export default SignUp;
Download the examples, report issues, and ask/answer questions in the discussion area by visiting the book's github page. All of the code for the book is also available on codesandbox.io for you to play around with.
ReactJS Foundations is published by John Wiley and Sons, Inc and is available in paperback and eBook.