Understanding Redux Saga with a simple API call Tutorial

preview_player
Показать описание
In this video, we learn about Redux Saga with a very simple example app that makes an api call.

for more algorithm explanations, tech discussions, and programming tutorials!
———————————
Hey there, my name’s EdRoh. On my channel, you will find common coding algorithms and/or interview questions (with explanations of course). I also provide tutorials and courses on other programming topics in Web Development including Javascript, React, HTML, CSS, TypeScript, Redux, Node, Progressive Web Apps, React Native, Flutter, etc.

No matter what level you are, whether you are already in the software engineering field, or are just beginning coding in bootcamp or being self taught, my first and foremost desire is to help you provide with the best teaching content and learning resource I possibly can. As someone who understands the struggles of switching careers, I hope I can help guide you into this difficult but rewarding journey into engineering.

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

Thanks you so much .. This with the Dashboard and Ecommerce tutorial.. I finally can make something and read some code ... Great explaining easy to listing nice not confusing.. ... I was looking for this action. Data-Grid love it

Patrica_
Автор

Your video made my day. Struggling to learn saga but after watching this video I am very much ready for my interview .

mamatasahoo
Автор

reall really really superb video, Thank you much for this concept. God bless you man

juniorWeb
Автор

Hello EdRoh this was really helpful in understanding how Redux-Saga is implemented! Am currently going through a large codebase and this video was simple enough yet explained in a way that helped me understand how it could scale better. Would def prefer this over callback hell 😂

josephhee
Автор

Very clean code but what about the redux extension?

MusicVevo
Автор

The createStore function in redux has already been deprecated, what should I use another one instead of createStore()

tronganhnguyenthanh
Автор

Hello sir, I want (channel, fork) in redux- sag. Please put the video for redux saga full tutorial

muthuraja
Автор

Thanks for the video! I don`t unserstand why it uses generators and yield statement instead of using async/await though. With async/await you also don`t have any "callback-hell".

KrisImmig
Автор

how to do error handling in api call using saga

shwetabhattar
Автор

This example can be done with regular redux. pls give an example with and inter woven A B C asychronous calls so the actual use could be seen..

rajeshkp
Автор

a noob question but what is boilerplate code?

mahmoudhelal
Автор

would you mind louder your voice a bit ?

hukasean
Автор

worst state management library... makes no fucking sense, makes the code unorganized and dictates the format of the code as a library?? but the industry adopted it and now we have to live with it... thanks for the video though.

furkannarin
Автор

Very clean code and good explenation by your side but from redux-saga side it is not clean at all. Too much boilerplate for nothing. Thank God that redux-toolkit exist.

nicktsigkros
Автор

Why would anybody want to use saga in 2023? There are better tools like toolkit

awekeningbro