const handleSubmit = (event: FormEvent) => { event.preventDefault(); console.log("submitted"); } <form onSubmit={handleSubmit}> </form>