Very good video, excellent explaining. Thanks!!! The only thing is that the API doesn't provide anymore the prop image. So for those who are having problems, don't put the and it will work.
@AndyHoebeke2 жыл бұрын
Very informative, well explained and straight to the point. Wish I had seen this first, before delving into the docs. Keep it up!
@nemanjapetrovic84902 жыл бұрын
This was so nice to watch. Just useful information's. Not wasting time. Nice pace. Thanks a lot!!
@pulkitnangia57882 жыл бұрын
Best video. You explained the whole example really well brother. Could you please make more project videos using Redux Toolkit and saga so that we can learn more advance topics of saga. May be CRUD app, login registration forms, shopping site etc .
@xtinctspecies Жыл бұрын
Great video! Would have really been a cherry on top if we had explored the unit testing side of all this. Probably the real win out of all this
@maksymdudyk17182 жыл бұрын
Amazing. You are a very gifted teacher! Thank you.
@sarunmrzn3 жыл бұрын
Exactly what I needed, thanks!
@SauravTiru Жыл бұрын
Great video, thanks for explaining this simple yet we tend to make it complex topic!
@ex_nihilonihil_fit57113 жыл бұрын
My hero! Thank you for this great tutorial.
@toannew2 жыл бұрын
5:17 index 9:54 catsState.js 10:24 index 2 12:19 explain Action_type 16:33 catSaga.js 16:55 index 3 19:57 app js 20:17 typo at catstate
@marioibarra6682 жыл бұрын
Great explanation. I like the nice and slow way you explain things. Thanks
@pravinfernando13204 ай бұрын
Clean and neatly explained! Good Job :)
@Nikutx Жыл бұрын
Thank you well explained, beginner friendly and up to date and relevant 2023 April very easy to follow :) Thank you @EdRoh
@spirobel3 жыл бұрын
amazing tutorial. Really wonder why redux toolkit picks thunk over saga. Would you still use thunk sometimes as it is included in RTK or are you doing everything with saga?
@muddy-buddy Жыл бұрын
Thank you. so simple, so informative, without any water)
@pitbul672043 жыл бұрын
Thank you for the great tutorial
@yemanealem9573 Жыл бұрын
You made me my day, great man!
@galbatorixtheking97792 жыл бұрын
This video was a lifesaver!
@pratikvanol48218 күн бұрын
Good easy explaining!
@DjSeymur Жыл бұрын
Beautiful explanation. Thanks a lot!
@RajuKumar-zm6jx Жыл бұрын
You make it easy to understand 👍
@ngneerin2 жыл бұрын
Impressive tutorial. Quick and precise.
@GirmachewAzanaw Жыл бұрын
thank you so much for this informative and awesome video keep it up
@malindakumarasinghe7269 Жыл бұрын
Its really helpful. Thank you.
@GaneshSingh13 жыл бұрын
Could you please upload for all CRUD operations
@weligamage1 Жыл бұрын
Thank you. simple & clear
@CRUZER150DTSI2 жыл бұрын
This is great explanation. !!
@ИгорьМешалкин-ж7ф Жыл бұрын
Great video, thank you!
@rorycawley2 жыл бұрын
Great teaching, thanks
@Кошачийспидранер Жыл бұрын
It's very usefull lesson! Thank you so mauch
@gursidaksingh83782 жыл бұрын
amazing explanation, thank you
@devleonardodavid2 жыл бұрын
Thank you very much! It worked!
@sachinvichare40572 жыл бұрын
Thank you , amazing tutorial👍
@arijitpatra2 жыл бұрын
very good tutorial. thank you!
@bambalbino2 жыл бұрын
Thank you for very nice explain!
@purefunclip Жыл бұрын
Thank you for the great video
@digitzero36132 жыл бұрын
This is good. But what's wrong with the old approach where we have 3 directories store, actions and reducers?
@thecollective2404 Жыл бұрын
Why did add dispatch as dependency? is it because it will keep on calling again and again on the same page and it will show or add new data to the page if api data has increased from earlier.?
@kevinvz53872 жыл бұрын
what theme are you using, awesome video btw
@duydang36602 жыл бұрын
thank you for the video, can you do more a CRUD about Toolkit and Saga
@arnoczkyzoltan61582 жыл бұрын
Please help me: my catSaga and catState files are contains errors, because i'm using TypeScript. How can I modify those files to working in TypeScript?
@javierchacon1456 Жыл бұрын
Thank you guy!!!
@jokerbanny2 жыл бұрын
thnak you so musch, this is help me
@burakkartal21562 жыл бұрын
Thanks. if this was typescript it would be epic tho :)
@mohit.sharma.22 жыл бұрын
how do pass any payload, to make post request using state from the component/ slice, inside the saga's worker function?
@nimish59792 жыл бұрын
hey edward, can you please explain why am i receiving error as 'catState is not defined' at line no 23 in catState.js file?
@ldelossantos Жыл бұрын
I never saw a so complex and over engineered way to handle memory in a browser! Im assume if someone who think in this library as an improvement see & or * before a variable will call the police!
@mkhitarmuradyan44322 жыл бұрын
thank you so much !!!
@itsworldtours2 жыл бұрын
Great , But for get the login details what will we do First we save the state and then call saga , like a function save the username password and then the saga is called ? or anything
@aWiseCoder2 жыл бұрын
It’s still have lots of code . If I use SWR or React query instead of using redux , is there will be any trouble?
@maharshbajpai2 жыл бұрын
please help me out here.. I've done the exact steps to integrate redux saga in my react project which was already using redux toolkit and while running my react project later my proj is not loading fully and I'm getting this error on my command prompt later FATAL ERROR: Committing semi space failed. Allocation failed - Javascript heap out of memory ( I've tried using --max_old_space_size=4096 in my start script but nothing changes )
@rineliñiguez Жыл бұрын
great video
@prashantkumarsingh27412 жыл бұрын
Thank you
@SpoonOfSpices Жыл бұрын
Nice video
@devteamitechnolabs1348 Жыл бұрын
hi can you please tell if i can pass a callback in dispatch to get success right after calling so i can redirect to different page after dispatch like doing login
@gursidaksingh83782 жыл бұрын
Where to perform create store logic if i am setting this in Next App
@roshanstepit2 жыл бұрын
getting this error please help "Uncaught Error: The slice reducer for key "cats" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined. "
@devleonardodavid2 жыл бұрын
Watch for a typo on "initialState: { cats: [], isLoading: false, }," (I had initalState instead of initialState) Or On your reducers, add a default case ;)
@vinays78742 жыл бұрын
what if we have many saga? do we have to combine them by using all effects like we do in typical saga?