redux-saga-beginner-tutorial
redux-saga-beginner-tutorial copied to clipboard
Redux/Redux-saga beginner tutorial
The code in the tutorial does not execute properly. Pressing the async increment button has no effect. The problem is that the tutorial specifies adding this code: ``` // notice...
These changes will close issue #54
clone之后,npm install完成,执行npm start 就报错了。 $ npm start > [email protected] start E:\code\my\React\redux-saga-beginner- tutorial > budo main.js:build.js --dir ./ --verbose --live -- -t babelify 'budo' ▒▒▒▒▒ڲ▒▒▒▒ⲿ▒▒▒Ҳ▒▒▒ǿ▒▒▒▒еij▒▒▒ ▒▒▒▒▒▒▒▒▒ļ▒▒▒ npm ERR! Windows_NT 6.1.7601 npm...
Add INCREMENT_ASYNC Use babel-preset-env instead of babel-preset-es2015, babel-preset-stage-2
I followed the tutorial to add asynchronous calls. However, I got this error in browser console, ``` at rootSaga at takeEvery at incrementAsync TypeError: (0 , _utils.delay) is not a...
fixes issue https://github.com/redux-saga/redux-saga-beginner-tutorial/issues/55 Please merge when you are ready. Thank you.
Adding .idea into .gitignore so it ignores the .idea folder. This is generated when using for idea IDE. I will be submitting a pull request.
Before running a Saga, you must mount the Saga middleware on the Store using applyMiddleware