why setState only updates on mutating original state

后端 未结 0 775
情歌与酒
情歌与酒 2020-11-29 01:44
interface list {
name: string,
id: number,
marks: number
}

component state :

{
listOfStudents: list[],
}

now on som

相关标签:
回答
  • 消灭零回复
提交回复
热议问题