immutable庫
immutables對象
facebook團(tuán)隊開發(fā)
安裝?
yarn add immutable
npm install immutable
redux-immutable統(tǒng)一數(shù)據(jù)格式
yarn add redux-immutable
當(dāng)用fromJS管理state數(shù)據(jù)的時候,要注意immutable此時已經(jīng)把數(shù)據(jù)格式變換了,要保持一致
并且存取數(shù)據(jù)方式通過set get 或merge方式 具體參考文檔

