Skip to content

maechabin/redux-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux-sample

Reduxとreact-reduxを使った実装サンプル(かなり簡易版)

できる限りシンプルな構成でのRedux実装

デモ

フォームに入力したテキストを表示させるだけのもの。

http://jsrun.it/maechabin/WivU

サンプルソース

サンプルの確認

1. サンプルのダウンロード

$ git clone [email protected]:maechabin/redux-sample.git redux-sample

2. サンプルをcloneしたディレクトリに移動して、必要なパッケージのインストール

$ cd redux-sample
$ npm install

3. サンプルを開く

$ open ./index.html

サンプルの修正

1. 「.src/app.jsx」を修正したら、以下のコマンドを実行

$ npm run build

2. サンプルを開く

$ open ./index.html

Releases

No releases published

Packages

No packages published