Redux saga tutorial

preview_player
Показать описание
Learn how to use redux saga.

Yahoo weather api:

JSON url:

React dev tools:

Finished code:
----
#benawad

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

The way you explain is very good and very clear. Thank you so much for your tutorials Ben! 👍🏾👍🏾👍🏾

HendyIrawancom
Автор

Clear, concise, very helpful, thanks.

vlushairlines
Автор

THANKS! brilliantly simple and +1 for VIM chops. Is yield* necessary? It is not iterating in this case.

jasonsebring
Автор

Thanks for videos. They are really interesting and useful.

ОлегВолков-рч
Автор

should put these bad boys in a playlist. thanks for the help :)

bryan
Автор

Thanks for the awesome series Ben! It was extremely helpful. Do you have any input as to how one would call the same FETCH_WEATHER action from an onChange select list instead? I've read through the documentation and can't seem to figure it out. If I call it in onChange={} on the Input it gives me a dispatch is not a function error. Ideally, I'd like to be able to make API calls outside of the submit.

shawnmmatthews
Автор

Can someone please tell me how yield select and yield fork works?? +Ben Awad

vishvajeetsingh
Автор

I love how you explain things. You start with a high level of abstraction then peel back the layers. If you make higher quality videos (in terms of production quality, better thumbnails, video editing etc.)  I bet this channel will explode.

ekkamailax
Автор

I'm a little fuzzy on the error handling - does redux-form expect an error message set on the `location` value? can we just call `reject` with no params and then handle the error message in the component? What's the effect of passing that object with the promise `reject`?

bryan
Автор

How do you compare sagas with redux-thunk in terms of performance?

softwaredeveloper
Автор

I don't understand why there's a fork in the root saga since takeEvery is a non-blocking call.

Is the fork required?

les
Автор

Hey, your videos are very helpul.
Do you have more tutorials on redux?

Xploive
Автор

Nice tutorial!
Mind sharing color schema & font name?

spawner
Автор

What's the point of making a tutorial if most of your audience will have trouble understanding it?

MarianZburlea
Автор

yield [] is deprecated. Use yield all([])

les