反应组件状态更改问题

时间:2016-11-21 13:24:04

标签: javascript reactjs iterator

我正在创建一个反应形式,看起来像向导类型意味着点击下一个按钮,它将加载另一个组件。

为此,我使用的是javascript迭代器。我根据迭代器返回的内容更新状态,但我不明白它没有更新组件的状态。

代码:

1. select any subset of the items such that there is no other
   item which can be feasibly chosen
2. select the largest item
3. out of 1. and 2., choose the subset which yields the larger total size

检查jsfiddle

中的代码

谢谢...

0 个答案:

没有答案