5.6节中handleDeleteItem方法bind绑定的问题
来源:5-6 使用 Redux 完成 TodoList 删除功能
慕田峪0911028
2018-10-27
老师,为什么这里不能像之前一样在constructor中this.handleDeleteItem=this.handleDelete.bind(this),然后在方法中直接写onClick={this.handleDeleteItem(index)}呢?
写回答
1回答
-
Dell
2018-10-29
放在constructor中其实更好
052018-11-24
相似问题