Learn React #16: Redux Saga + Redux Toolkit

preview_player
Показать описание

In this tutorial:
- Swapping redux over to redux toolkit
- Creating blank actions to trigger redux saga's watchers
- Calling the slice's actions from inside components
- Passing in data via payload from redux toolkit to and from redux saga

Follow me on Social Media:
Рекомендации по теме
Комментарии
Автор

you wonderful man! Your timing is perfect uploading these tutorials in the stage of my project!

salkjshaweoiuenvohvr
Автор

Please, explain how to use Redux Toolkit and Redux Saga with TypeScript, it will be a fantastic video!

edymbhify
Автор

Great Tutorial! Helped me understand Redux, Redux-Toolkit, Redux-saga a lot more better. Kudos

ishaqabdulfatahi
Автор

Thanks a billion for such an impeccable explanation. Finally got my head around it thanks to you!

linmus
Автор

Bro I'm super lucky found your channel. Elegant videos. Keep it up

milad
Автор

Great! I was looking for this kind of explanation

affankagzi
Автор

You don't know how ur videos helped me
Thanks alot ♥️

vvlzikt
Автор

great lesson with elaborate explanation. Thanks

nikBun
Автор

Your videos are really good! Very informative and straightforward! Hope you continue with this series (maybe add some tests tutorials too)
Thank you!

diegoboliveira
Автор

Thank you so much, really I was searching for this content, I really like it, this is a good combination, i like RTK

mahendranath
Автор

Hi Anthony, thank you for the video.
If we are not gonna to change the content of object, is object data exactly same as {...data}?
So yield put(setUser({ ...data })); is equivalent to yield put(setUser(data)); ?
Any reasons for us to use the former style?

wingshanlau
Автор

Hi Anthony !! thanks for your videos... for the watcherSaga, if you have more to watch you use yield all or individually, or one watcher for action? Thanks

PabloSanJuanOk
Автор

Your tutorials are really exciting! very simple, clear and consistent; keep going to cover important topics in React bro! 👍

georgesword
Автор

Thank you very much for tutorial.
If another part is a valid possibility, I wish it will go deeper while including other effects (such as "fork"),
As well as other concepts in Redux Saga such as "Channel" .

wishmeheaven
Автор

hey just curious, is there a reason why you didn't cover createAsyncThunk? I've been having problems understanding it and the docs explanation isn't clicking for me.

daytonbraison
Автор

i need some advice:
i setup toolkit+saga, now I am putting the values from store to input, Im kind of confuse of what to do, how to update the store on 'onChange' event like the usual, or should I put the store result to local/current page state like setUsualState(storeState) ? Im have a problem on updating the form.

joerodrigo
Автор

Is it ok to use blank actions in slice ‽ because if I am sending object to save some data in dB then is there any way to not to use blank actions. So that directly mention functions in saga file

GaneshSingh
Автор

Very good series, I am going through the whole lot one-by-one and I am learning tons and tons.
Small remark: it seems your voice recordings are degrading during the last courses. The first 14 had quite a bit of low in them, which I like, but you start to sound progressively flimsier. The gain is decreasing as well. It's not a big thing, but maybe something to keep an eye (and ear!) on for your next series.

diederikslob
Автор

Hey, thanks for the video. I have a doubt, in configureStore -> middleware, you have set thunk: false, what does that imply?

createlifejr
Автор

This is urgent please reply soon. How can we make a Saga that takes input. for example: login(username, password) so that whenever the login action is dispatched the username & password is grabbed by Saga?

cyogian