GW2020 ステイホーム もくもく会 4日目
もくもく会 4日目
ReactでのRedux
使用技術
- JavaScript
- React
- Redux
今日の対応
Reduxを使用した状態の管理
詰まったところ
Loadingのstateをどこで持つか迷った
一覧系の取得処理で、Loadingを出す際、 StoreにLoadingの値を持ち、ReducerでStoreのLoadingを変更する。
ReactでのRedux
Reduxを使用した状態の管理
一覧系の取得処理で、Loadingを出す際、 StoreにLoadingの値を持ち、ReducerでStoreのLoadingを変更する。