Listing 6-35: Round Two of InputForm
function InputForm(props){
return(
<form>
<input id="reminderText" type="text" placeholder="What do you want to do?" />
<input id="dueDate" type="date" />
<button>Add Item</button>
</form>
);
}
export default InputForm;
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.