标签: reactjs react-proptypes
我有一个redux reducer todos状态,如下所示:
todos: { id1: { text: 'hello' }, id2: { text: 'hello word' } }
无论何时添加待办事项,其ID都会作为属性添加到待办事项对象上。我该如何为此创建一个原型?