redux-immutable
来源:5-8 常用库集成:Immutable.js(2)

寂寞追不上我
2020-05-27
请问老师redux-immutable和redux的combineReducers有什么区别吗?使用的时候两个好像都可以用,没有区别。
写回答
1回答
-
艾特老干部
2020-06-05
使用redux-immutable要使用这个包提供的combineReducers方法,原生的redux的combineReducers不兼容immutable的数据结构。
012020-06-05
相似问题