Didn't Understand What :::
In React Hook Crud :::::::::::::::::
const handleInputChange = (event) => {
const { name, value } = event.target
setUser({ ...user, [name]: value }
What ::::::::::::::::::::::::::::::::::: In this why write [name]: value , Why do not write the name, value
Ask anyone.
Comments
Post a Comment