facebook twitter hatena line email

「Javascript/react/redux」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「 ==参考== https://gizanbeak.com/post/react-redux-tutorial」)
 
行1: 行1:
 +
 +
==reduxを使ったプロジェクト作成==
 +
<pre>
 +
npx create-react-app helloredux
 +
cd helloredux
 +
npm install redux react-redux
 +
</pre>
  
 
==参考==
 
==参考==
 
https://gizanbeak.com/post/react-redux-tutorial
 
https://gizanbeak.com/post/react-redux-tutorial

2024年6月4日 (火) 05:48時点における版

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

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

参考

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