redux-saga-beginner-tutorial icon indicating copy to clipboard operation
redux-saga-beginner-tutorial copied to clipboard

Redux/Redux-saga beginner tutorial

Results 59 redux-saga-beginner-tutorial issues
Sort by recently updated
recently updated
newest added
trafficstars

An issue because you export like default function and show the following error: check sagaMiddleware.run(saga, ...args): saga argument must be a Generator function! `export default function* rootSaga() { yield [...

Nice tutorial, minor issue with the modification to the component change for the async increment. The tutorial gives this replacement, losing the `value={store.getState()}` which was necessary for display purposes. ```...

Pretty strange rendering error in Firefox (v48)! While scrolling, it just a blank screen in the middle of http://yelouafi.github.io/redux-saga/docs/introduction/BeginnerTutorial.html, after `"In the case of incrementAsync, the generator yields 2 values...

According to the intro the file name for testing should be `saga.spec.js`but in `package.json`the test command is provided as `"test": "babel-node sagas.spec.js | tap-spec",`. FIX: either upd. intro `readme.md` filename...

@babel/node is missing in package.json

npm test > [email protected] test > babel-node sagas.spec.js | tap-spec node:internal/modules/cjs/loader:936 throw err; ^ Error: Cannot find module 'D:\Jemin\Learning\redux-saga\redux-saga-beginner-tutorial\sagas.spec.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)...

As of Redux 4.2. 0, which was released April 2022, Redux has deprecated its createStore API. Instead one can import legacy_createStore as createStore for the application to run in harmony...

[https://user-images.githubusercontent.com/11744819/181394349-ca39f339-a829-423c-a849-1503d838e3ed.png](url)