react-guide/redux-tutorial-cn

扩展运算符是es6的,不是es7的

WisestCoder opened this issue · 1 comments

// 这全要感谢牛逼的 ES7 notation (Object Spread): { ...state, message: action.value }
// 4) 还要注意:之所以这个例子能用ES7 Object Spread notation ,是因为它只对 state 里的