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

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5