Very good video, excellent explaining. Thanks!!! The only thing is that the API doesn't provide anymore the prop image. So for those who are having problems, don't put the and it will work.
Best video. You explained the whole example really well brother. Could you please make more project videos using Redux Toolkit and saga so that we can learn more advance topics of saga. May be CRUD app, login registration forms, shopping site etc .
amazing tutorial. Really wonder why redux toolkit picks thunk over saga. Would you still use thunk sometimes as it is included in RTK or are you doing everything with saga?
Why did add dispatch as dependency? is it because it will keep on calling again and again on the same page and it will show or add new data to the page if api data has increased from earlier.?
Please help me: my catSaga and catState files are contains errors, because i'm using TypeScript. How can I modify those files to working in TypeScript?
Great , But for get the login details what will we do First we save the state and then call saga , like a function save the username password and then the saga is called ? or anything
hi can you please tell if i can pass a callback in dispatch to get success right after calling so i can redirect to different page after dispatch like doing login
please help me out here.. I've done the exact steps to integrate redux saga in my react project which was already using redux toolkit and while running my react project later my proj is not loading fully and I'm getting this error on my command prompt later FATAL ERROR: Committing semi space failed. Allocation failed - Javascript heap out of memory ( I've tried using --max_old_space_size=4096 in my start script but nothing changes )
getting this error please help "Uncaught Error: The slice reducer for key "cats" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined. "
Watch for a typo on "initialState: { cats: [], isLoading: false, }," (I had initalState instead of initialState) Or On your reducers, add a default case ;)
I never saw a so complex and over engineered way to handle memory in a browser! Im assume if someone who think in this library as an improvement see & or * before a variable will call the police!
Very good video, excellent explaining. Thanks!!!
The only thing is that the API doesn't provide anymore the prop image. So for those who are having problems, don't put the and it will work.
5:17 index
9:54 catsState.js
10:24 index 2
12:19 explain Action_type
16:33 catSaga.js
16:55 index 3
19:57 app js
20:17 typo at catstate
Very informative, well explained and straight to the point. Wish I had seen this first, before delving into the docs. Keep it up!
Exactly what I needed, thanks!
Clean and neatly explained! Good Job :)
This was so nice to watch. Just useful information's. Not wasting time. Nice pace. Thanks a lot!!
Best video. You explained the whole example really well brother. Could you please make more project videos using Redux Toolkit and saga so that we can learn more advance topics of saga. May be CRUD app, login registration forms, shopping site etc .
Amazing. You are a very gifted teacher! Thank you.
Great video! Would have really been a cherry on top if we had explored the unit testing side of all this. Probably the real win out of all this
My hero! Thank you for this great tutorial.
Good easy explaining!
Great video, thanks for explaining this simple yet we tend to make it complex topic!
Great explanation. I like the nice and slow way you explain things. Thanks
amazing tutorial. Really wonder why redux toolkit picks thunk over saga. Would you still use thunk sometimes as it is included in RTK or are you doing everything with saga?
Thank you. so simple, so informative, without any water)
Thank you well explained, beginner friendly and up to date and relevant 2023 April very easy to follow :) Thank you @EdRoh
Beautiful explanation. Thanks a lot!
You made me my day, great man!
Could you please upload for all CRUD operations
Thank you for the great tutorial
Impressive tutorial. Quick and precise.
You make it easy to understand 👍
This video was a lifesaver!
Its really helpful. Thank you.
thank you so much for this informative and awesome video keep it up
Thank you. simple & clear
This is great explanation. !!
It's very usefull lesson! Thank you so mauch
Thank you very much! It worked!
amazing explanation, thank you
Great video, thank you!
Thank you , amazing tutorial👍
what theme are you using, awesome video btw
Great teaching, thanks
This is good. But what's wrong with the old approach where we have 3 directories store, actions and reducers?
Thank you for very nice explain!
very good tutorial. thank you!
Thank you for the great video
Why did add dispatch as dependency? is it because it will keep on calling again and again on the same page and it will show or add new data to the page if api data has increased from earlier.?
how do pass any payload, to make post request using state from the component/ slice, inside the saga's worker function?
hey edward, can you please explain why am i receiving error as 'catState is not defined' at line no 23 in catState.js file?
Please help me: my catSaga and catState files are contains errors, because i'm using TypeScript. How can I modify those files to working in TypeScript?
thank you for the video, can you do more a CRUD about Toolkit and Saga
Thank you guy!!!
Where to perform create store logic if i am setting this in Next App
Great , But for get the login details what will we do First we save the state and then call saga , like a function save the username password and then the saga is called ? or anything
It’s still have lots of code . If I use SWR or React query instead of using redux , is there will be any trouble?
great video
hi can you please tell if i can pass a callback in dispatch to get success right after calling so i can redirect to different page after dispatch like doing login
Please do it with TypeScript
Thanks. if this was typescript it would be epic tho :)
thnak you so musch, this is help me
please help me out here..
I've done the exact steps to integrate redux saga in my react project which was already using redux toolkit and while running my react project later my proj is not loading fully and I'm getting this error on my command prompt later
FATAL ERROR: Committing semi space failed. Allocation failed - Javascript heap out of memory
( I've tried using --max_old_space_size=4096 in my start script but nothing changes )
thank you so much !!!
Nice video
what if we have many saga?
do we have to combine them by using all effects like we do in typical saga?
Have you found a way to combine many sagas?
getting this error please help
"Uncaught Error: The slice reducer for key "cats" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.
"
Watch for a typo on
"initialState: {
cats: [],
isLoading: false,
},"
(I had initalState instead of initialState)
Or
On your reducers, add a default case ;)
Thank you
I never saw a so complex and over engineered way to handle memory in a browser! Im assume if someone who think in this library as an improvement see & or * before a variable will call the police!
Amazing ++++++++++++++++++++++++++++++
Doesn't make any sense but interesting