Preview:
const initialState={firstName:'',lastName:'',email:'',password: '',confirmPassword:''}

 const [formData,setFormData]=useState(initialState)

const handleChange = (e) => {
(\\https://www.youtube.com/watch?v=VsUzmlZfYNg&t=12191s//)
            setFormData({...formData,[e.target.name]:e.target.value})
    };
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter