Skip to content

pppiroto/redux_saga_lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://blog.wadackel.me/2016/redux-saga-intro/
https://github.com/tsuyoshiwada/redux-saga-sandbox/tree/master/counter
https://github.com/redux-saga/redux-saga/tree/master/examples/counter

npm init

!react
npm install --save react react-dom 
!Redux
npm install --save redux react-redux redux-actions redux-logger redux-saga
!babel
# Generator 用
npm install --save babel-polyfill
npm install --save-dev babel-loader babel-core babel-preset-es2015 babel-preset-react

#function-bind
*http://qiita.com/konojunya/items/fc0cfa6a56821e709065
*https://teratail.com/questions/67687
#babel-preset-stage-0
npm install --save babel-plugin-transform-function-bind

!.babelrc

!webpack.config.js

!package.json
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "webpack --watch --progress",
    "build": "webpack --progress"
  },


!Store
src/store
!Reducer
src/reducers
!Action
src/actions


!Git
git init
git remote add redux_saga_lesson https://github.com/pppiroto/redux_saga_lesson.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published