Redux Toolkit Tutorial - 24 - Async Thunks

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


📱 Follow Codevolution

Async Thunks
Async Thunks in Redux Toolkit
Redux Toolkit Tutorial
Рекомендации по теме
Комментарии
Автор

Im loving your way of explaining things step by step on a level that can everyone understands no matter its a beginner or pro.
Thanks a TON, Man <3

NaimulIslamArif
Автор

A good teacher or say mentor is the one who teaches or explains the complex concepts in such a way which makes it easy to grasp and remember. You are on of those mentors !

Thanks and lots of Blessings

ganeshkhirwadkar
Автор

Thanks for all you do for the community

monarchgamr
Автор

finally understand redux, thank you for your great courses

juliefaucher
Автор

This kind of video are really useful, all we know official Docs still already there, accesible and updated...obviously that's the source of truth. Even though the way your drop explanations, step by step while dropping cons and pro about every single detail, it just really rocks.

Congrats Vishwas, because your teaching skills are just amazing.

valp_co
Автор

Thank you, Vishwas. Your videos are the best ones here on yt.

alvinacosta
Автор

You should demonstrate parameter reducers with an empty curly braces as required in createSlice to avoid typescript complaints.

dat-ta
Автор

Well organized tutorial playlist. THanks a lot for this!

albinjose
Автор

Dude, the day you will deal with Solidity (Ethereum smart contract langage)like you usually do with react, I think your account is gonna hit 1 million subscriber...You are just the best in coding in my opinion...Web3 world is going to be huge...thank you for all thing you do...

m__link
Автор

For anyone wondering if you should use it for "isLoading (boolean)" as it is in this video - don't. Await/then "freezes" your app till it gets response from axios or fetch function, so the isLoading = true is not immediatelly refreshed in the component which uses it, and therefore you end up with loading message popping up on the screen for literally a microsecond. Use case shown in the video is strongly misleading and should be considered as a bug

axerdas
Автор

I love the way you are teaching, is there a chance you can cover thunkapi and thunkarg
Quick question, say, if createAsyncThunk and createSlice functions are in 2 different files, if there are n number of features, how we can relate or find which createAsyncThunk callback promise referring to which createSlice which has corresponding extraReducers, sorry if its sounds silly question

srikanthek
Автор

Great, thanks! What is the name of this color theme?

leonid
Автор

Wish the videos would come in faster tho, been holding off on starting this series until all videos are uploaded

monarchgamr
Автор

I have question : if im using 3 addCase (fullfilled, pending and rejected), for each request, the code will get too large, any way to refactor it?

MarkyMarking
Автор

Hello Vishwash ji, How can I dispatch with a query object and handle the object inside slice file(where we are fetching data using)

tiwaritiwari
Автор

Hey, For one async api request, we have added three addCase function in builder. If I need to delete two more apis, like post and delete users then there will be six more cases in extra reducers functions?

harishpatidar
Автор

How can you export userSlice.reducer when there is no userSlice.reducer? I only see a userSlice.extraReducers.

ast
Автор

I am so lost now. I used to create slices in Index, js (store) and export actions. Then just dispatch those actions. This is something different, still trying to see what the heck is going on, is my learning outdated?

levankantara
Автор

if we have to handle multiple async requests, how will reducer handle it? make multiple createAsyncThunk?

akshaygadekar
Автор

How to access getState and getDispatch from createAsyncThunk?

aurobindobhuyan