MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / handleChange

Function handleChange

Video 131/components/Dashboard.js:31–33  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

29 }
30
31 const handleChange = (e) => {
32 setform({ ...form, [e.target.name]: e.target.value })
33 }
34
35 const handleSubmit = async (e) => {
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected