UPD :现在已成为ES2018的一部分
可以通过 非标准化 但属性扩展的语法来稍微改善它:
return { ...state, notificationBar: { ...state.notificationBar, open: true, },};
UPD :现在已成为ES2018的一部分
可以通过 非标准化 但属性扩展的语法来稍微改善它:
return { ...state, notificationBar: { ...state.notificationBar, open: true, },};