Thank you so much! This video is the one that finally made me understand it. If someone else is still struggling, what worked for me is not splitting so much (just for learning purposes) and not abstracting actions, simply doing yield put({ type: "ABC", payload: ABC }). Maybe I'm weird, but this made my brain click, now that I understand I can split everything back to different folders and files again.
Hi it is used automatically through saga github.com/monsterlessonsacademy/monsterlessonsacademy/blob/245-redux-saga/src/redux/sagas/handlers/createUser.js
16:00 - I see what you did there ;) (...already subscribed though) 25:05 - the pop-up modal reminds me that Redux--Saga also include Channels mechanism. Do you have any experience with this concept? (requires a deeper dive) - Your project arrangement is very elegant but I find files with the exact same name quite confusing to work with (despite the different folders which they are included in)
Thx for the video. I've been using redux and redux-saga for a very long time in my projects but i'm starting to wonder, what are the alternatives(if there are) to redux-saga in 2022? I know there are tons of alternatives for redux, but what about redux-saga?
@@MonsterlessonsAcademy Yeah that what i was thinking. So if instead of redux we use some other state management library like Zustand for example, how do we manage async effects?
WATCH NEXT: React Interview Questions and Answers - Dominate Your Next Interview - ruclips.net/video/yQHr4opz_N0/видео.htmlsi=51b2XP_84GH3q6oF
Thank you so much! This video is the one that finally made me understand it.
If someone else is still struggling, what worked for me is not splitting so much (just for learning purposes) and not abstracting actions, simply doing yield put({ type: "ABC", payload: ABC }).
Maybe I'm weird, but this made my brain click, now that I understand I can split everything back to different folders and files again.
You are welcome!
Awesome video. Thanks alot for giving the context and not directly jumping to the coding
Glad it was helpful!
very good video. i get the core concept with in 30 minutes. thank you!
Glad it helped!
My new favorite instructor. Soon as I get a job with your videos I will get you some 🍺 💰
Awesome! Thank you!
Hi, can i ask, so the action for the createUser was never used? 23:03
Hi it is used automatically through saga
github.com/monsterlessonsacademy/monsterlessonsacademy/blob/245-redux-saga/src/redux/sagas/handlers/createUser.js
16:00 - I see what you did there ;)
(...already subscribed though)
25:05 - the pop-up modal reminds me that Redux--Saga also include Channels mechanism.
Do you have any experience with this concept? (requires a deeper dive)
- Your project arrangement is very elegant but I find files with the exact same name quite confusing to work with (despite the different folders which they are included in)
Thanks! Keep in mind that Saga is an old tool and is not recommened by Redux team nowadays. The recommened solution is redux-toolkit.
@@MonsterlessonsAcademy I left a job using rtk and now I'm interviewing at a company that uses redux saga 💀
Nice!!!
Thanks!
Thx for the video. I've been using redux and redux-saga for a very long time in my projects but i'm starting to wonder, what are the alternatives(if there are) to redux-saga in 2022? I know there are tons of alternatives for redux, but what about redux-saga?
I don't know any alternatives to redux saga and I don't know if we need anything else. It is either redux-thunk or redux-saga.
@@MonsterlessonsAcademy Yeah that what i was thinking. So if instead of redux we use some other state management library like Zustand for example, how do we manage async effects?
@@Deliverant then it depends on the library how they do async effects.
Thanks Alex
You are welcome!
Nice and to the point explanation of saga. Loved it. Also did you cover redux-thunk/redux-toolkit for sideeffects
Sure. ruclips.net/video/DWnWW-Izw6I/видео.html