MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / handleSubmit

Function handleSubmit

04React/Day09/src/App.jsx:10–15  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

8 const [password,setPassword] = useState('');
9
10 function handleSubmit(e){
11 e.preventDefault();
12 console.log(name);
13 console.log(age);
14 console.log(password);
15 }
16
17 console.log("Render");
18

Callers 2

FormFunction · 0.70
ZodformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected