facebook twitter hatena line email

Javascript/react/redux

提供: 初心者エンジニアの簡易メモ
2024年6月4日 (火) 05:48時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索

reduxを使ったプロジェクト作成

npx create-react-app helloredux
cd helloredux
npm install redux react-redux

参考

https://gizanbeak.com/post/react-redux-tutorial