2021 01 27水TIL-24



Today I Learned

  • Next.js
  • Redux
  • 🚩Where they are..

  • React SNS in gitHub
  • Today Review

  • Reduxコンテンツ継続中
  • next Redux wrapper
  • front>storeフォルダ作成>構成ストレージ.jsファイル
  • の作成
  • npm i redux
  • npm i next-redux-wrapper --legacy-peer-deps
  • store > app.js設定(reduxのようにproviderを囲む)
  • front>reducersフォルダ作成>index.jsファイル
  • の作成
    intialState
    action
    reducer
  • npm i react-redux
  • 反応−Reduxのユーザ選択器(親)注釈AppLayout.js
  • react-reduxのサブコンポーネント注意**UserProfile.js
  • npm install redux-devtools-extension
  • store > configureStore.js