Redux-Lesson ■ 準備 ローカル開発マシンにNode 8.16.0またはNode 10.16.0以降のバージョンが必要 $ npx create-react-app my-app $ cd my-app ■ インストール Redux $ npm i -S redux React + Redux $ npm i -S react-redux Redux 開発用ログ $ npm i -S redux-logger