why some people use an empty arrow function in useState like this const [email, setEmail] = useState(() => {})?
Any kind of help would be appreciated