... 
  
  return (
    <input name="firstName" onChange={handleChange} />
  );
  
  ...