what is the difference between the following in React?
this.setState({[name]: value })
and
this.setState({name: value });
what is the difference between the following in React?
this.setState({[name]: value })
and
this.setState({name: value });