Udemy-React-Course
Ctrlk
  • Introduction
  • CodeSandbox で作る開発環境
  • 初めての React App
  • State を持ったコンポーネント
  • 実践:TodoApp の作成
  • 非同期処理, Promise, Ajax
  • 実践:API を叩く App
  • Redux の導入
    • Redux の概要
    • createStore で store を作る
    • Provider と Connect / store を React で使用する
    • Redux の全体像の確認
    • Presentational Component と Container Component
    • Action Creator
    • Combine Reducer
  • Redux-thunk を用いた非同期処理
  • React + Redux + Redux を用いた Giphy App
  • 補足資料
  • 参考資料と謝辞
Powered by GitBook
On this page

Redux の導入

Redux の概要createStore で store を作るProvider と Connect / store を React で使用するRedux の全体像の確認Presentational Component と Container ComponentAction CreatorCombine Reducer
PreviousGiphy API を使用して、GIF画像検索する React App の作成NextRedux の概要

Last updated 7 years ago