Redux Saga Explained: The redux-saga Tutorial

preview_player
Показать описание
Redux Saga allows for asynchronous behavior and so much more. We will wire up redux-saga and use it to manage the state in our app both synchronously and asynchronously. We will also look at features that make redux saga a truly different type of middleware. Redux saga takes advantage of generators, which we will also cover in this tutorial!

REDUX SAGA IS A MIDDLEWARE. YOU MUST LEARN REDUX FIRST:

*************
Starter files are in the repository
* open the STARTER FILES folder
* use the redux-saga folder to code along
*************

Рекомендации по теме
Комментарии
Автор

It just took 50 mins for you to help us understand redux-saga. Now I can easily work with saga ..Great job. Keep it going :)

mujammilkhan
Автор

Absolutely the best redux-saga video out there and I should know, I have seen them all

traustitj
Автор

Hands down the best tutorial to learn redux-saga. Thanks!

adityapathania
Автор

This is the holy grail for understanding redux-sanga. cheers!

gauravpoudel
Автор

This is so good. It should be there on recommendations page in the Redux Saga site.

sudhansusekhar
Автор

5 minutes in and Im hooked! This is the best tutorial and thank you for creating this! Hoping for more content soon!

weqokhw
Автор

good job . really great i was looking a course like this for a while .this is the best of all i could find. thank you

hayelomkiros
Автор

very clear workflow explanation about the each roles in react ecosystem before saga and after saga, thank you very much!

tw
Автор

Thanks for the awesome tutorial! You make Redux-Saga look very easy.

Sharadpawar
Автор

Thank you for the great and enriching tutorial...
If you'll ever have the motivation to upload another part for this topic,
I wish it will include an even deeper dive, with other effects, and the concept of "Channel" in Redux Saga.
But considering your teaching skills, any tutorial will be welcome..

wishmeheaven
Автор

here like we learn this things on udemy or on somewhere its to much professional as well as simple thankyou sir for making this video

NandiOnTheWheels
Автор

Everything in one place💕. Great job...

dipenparmar
Автор

great tutorial, easy to understand, im waiting for your another tutorial

galihriskipratama
Автор

Thanks a lot for the tutorial, it helped me a lot. Everything was so clear and very well explained. Great job Papa, appreciate it !

bojanchurlinov
Автор

I don't understand how come a function in watcherSaga with two yield statements ran on its own without us doing that function().next() thing?

Aman-Verma
Автор

This is a great tutorial for redux saga but if it was a real life application, we would just use plain actions and reducers for the cart since we don’t really need to handle any side effects (calling external api, etc) right?

weqokhw
Автор

redux saga code files is not in git repo. Can you add them into git repo.

truelet
Автор

I seriously think actions should've been called as {name: 'ADD_TO_CART', data: item} instead of {type: 'ADD_TO_CART', payload: item} :/. It's like instead of saying my name is Aditya, I would say my type is Aditya as compared to people of type John and type Rob. It's not like there are groupings or subdivisions of ADD_TO_CART, this is a red ADD_TO_CART vs a green ADD_TO_CART; it's just a name for the action.

fierce
Автор

Would have been the best but no one knows what's in your reducer because you didn't show what is there in the full tutorial

RucksollysTech
Автор

How are you able to do over 50mins tutorials teaching people how to use redux, no one saw how you dispatched your actions nor how your reducer actually looks. Not cool, I just wasted my time here.

RucksollysTech