突变后可以具有更多属性的对象的原型?

时间:2018-11-21 16:16:16

标签: reactjs react-proptypes

我有一个redux reducer todos状态,如下所示:

todos: {
  id1: { text: 'hello' },
  id2: { text: 'hello word' }
}

无论何时添加待办事项,其ID都会作为属性添加到待办事项对象上。我该如何为此创建一个原型?

0 个答案:

没有答案