How to use Immutable.js with redux?

后端 未结 5 842
-上瘾入骨i
-上瘾入骨i 2020-12-07 09:53

Redux framework is using reducers to change app state in response to an action.

The key requirement is that a reducer cannot modify an existing state object; it must

5条回答
  •  轮回少年
    2020-12-07 10:33

    Take a look at https://github.com/indexiatech/redux-immutablejs

    It's pretty much a combineReducer and an optional createReducer that conforms with Redux standards.

提交回复
热议问题