react之路 使用redux immutable

2022-05-24 00:00:15 字數 418 閱讀 6610

我們在使用redux中的combinereducers用來分離reducer後,如果元件去訪問資料時,需要訪問多一層屬性,為了將訪問這一層屬性的方式變成使用函式進行訪問。這裡就可以使用redux-immutable中的combinereducers。

1.引入redux-immutable中的combinereducers

將reducer.js中

import from 'redux'

變成import from 'redux-immutable'

2.使用

1/**

2* 將倉庫的state對映到props(獲取state)

3* @param state4*/

5 const mapstatetoprops = (state) =>

15 }

react路由之路

路由 就是讓不同的路徑來渲染不同的元件,兩種實現方式 1 hashrouter 利用hash實現路由切換 2 browserrouter h5 api 實現路由的切換 複製 a 去a b 去b複製 實現原理 兩大元件 hashrouter 和 route。1 hashrouter 在元件掛載後 co...

react小白高階之路

3.cd react demo 4.npm install 5.npm start 執行 react全家桶redux,redux actions,redux sagas,immutable.js,react router 初識react的jsx 1.是js物件,會構建乙個js物件來描述html結構的...

React 進修之路 3

注 本篇文章是在前兩篇基礎上進行編輯的,建議有看本篇文章吃力的童鞋可以先看前兩篇 react對虛擬 dom拓展的屬性,但是這些屬性不是 html 中元素內建的屬性 1 key 為列表元素定義 react id 2 ref 對虛擬 dom中元素定義乙個引用關係,屬性值會新增在元件的 refs 屬性中繫...