美文网首页
redux 的 reducer 函数不能改变原 state

redux 的 reducer 函数不能改变原 state

作者: xcyzjs | 来源:发表于2020-09-23 15:21 被阅读0次

    可以使用如下方法来完全复制原来的 state, 再进行操作

    1. 对于数组: concat, slice, 或 spread operator
    2. 对于对象: Object.assign 或 spread operator

    参考 valentinog.com

    相关文章

      网友评论

          本文标题:redux 的 reducer 函数不能改变原 state

          本文链接:https://www.haomeiwen.com/subject/uhloyktx.html