Тёмный

React Redux Toolkit Setup and CreateAsyncThunk on API 

Sam Lama
Подписаться 2,7 тыс.
Просмотров 27 тыс.
50% 1

React Redux Toolkit Setup and CreateAsyncThunk on API.
github.com/Rinlama/ReactTools...
Pure Redux Tutorials
Redux tutorial Part 1 = • React Redux, Store, Re...
Redux tutorial Part 2 = • React Redux, Store, Re...
Redux tutorial Part 3 = • React Redux, Store, Re...
Redux thunk = • REACT Redux Combine Re...
Thank you

Опубликовано:

 

30 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@WilliamPattison
@WilliamPattison Год назад
By far and away the best demonstration I've seen on redux toolkit
@Cachirepublica
@Cachirepublica 2 года назад
THANK YOU!!! You have saved my day!! This is exactly what I was needing!
@jesuserwinsuarez65
@jesuserwinsuarez65 2 года назад
Worth watching, thanks man!
@sunilsk9649
@sunilsk9649 Год назад
Trust me bro, this is the best tutorial for createAsyncThunk in the Udemy as well as youtube. Thanks a lot. Simple and clear. I have added the updated extrareducer since the one you used is deprecated. Modify the **** ones based on your variables. extraReducers: (builder) => { builder.addCase(***********.pending, (state, action) => { state.isLoading = true; }); builder.addCase(***********.fulfilled, (state, action) => { state.data = action.payload; }); builder.addCase(***********.rejected, (state, action) => { console.log(action); }); },
@salehhassan6057
@salehhassan6057 Год назад
Thanks a lot sir. You have a very great teaching skills. Keep going!
@fkbey5756
@fkbey5756 2 года назад
Hello. thank you for your video. Finally i understand the asyncThunk.
@semsigungor7682
@semsigungor7682 Год назад
Thank you for the video. Your explanation was simple and decent. God bless you.
@user-zf6tk4vd5p
@user-zf6tk4vd5p Год назад
YOU'RE REALLY AWESOME MAN! YOU SAVED ME!
@MUSE859
@MUSE859 7 месяцев назад
thanks, it's so simple!!!
@aejunior
@aejunior Год назад
Great work! Ty.
@wzup23
@wzup23 8 месяцев назад
Dude, thank you for this!
@Samlama8848
@Samlama8848 8 месяцев назад
No problem!
@anhtuannguyenngoc3679
@anhtuannguyenngoc3679 2 года назад
very helpful, thank you for this video , you have saved my day too :))))
@adnantariq3346
@adnantariq3346 Год назад
Thank you Sam!
@lilliankunu3658
@lilliankunu3658 2 года назад
You saved me!! I have an upcoming interview where I have to fetch data from an API with Redux and its tools and I've combed everywhere for a good tutorial because I've never used Redux before, but couldn't find any until I found this one; it's very easy to follow and setup. Thank you so much!!! You are a great teacher! Please keep up the good work... 👍 Do you by any chance have a "Buy me a coffee" page where someone can at least buy you a coffee?
@Samlama8848
@Samlama8848 Год назад
Glad I could help. Thank you very much for watching my tutorials and yes, I have buy me a coffee page. www.buymeacoffee.com/samlama12. Best of luck for you interview.
@zafarkhan-vs2ty
@zafarkhan-vs2ty Год назад
highly apreciatedd
@AnandGiri
@AnandGiri Год назад
very good. do more of this plz
@joy_sam_raj
@joy_sam_raj 2 года назад
Thank you
@mishenthakshana3407
@mishenthakshana3407 Год назад
Thankyou so much
@ilikecoder
@ilikecoder Год назад
Perfect
@yousufaley
@yousufaley 2 года назад
Hello sir, this is an amazing tutorial, I really like the way you teaching really understandable, can you give little info on how to pass body when fetching data using the post method, i will be really thankful to you.
@anichuranis2843
@anichuranis2843 2 года назад
thanks, i have found a bug solution through your video
@taufikfirmansyah5454
@taufikfirmansyah5454 Год назад
you are my savior LOL
@nawazishali274
@nawazishali274 Год назад
can you make CRUD with readux-toolkit in the same approach as you are using
@zafarhussain8273
@zafarhussain8273 Год назад
amazing , but how can we call add , update , create API in same createslice
@xaybzc3778
@xaybzc3778 Год назад
what about the error
@arsalankhalidhdc4368
@arsalankhalidhdc4368 Год назад
Please make the video on CURD APP using REDUXTOOLKIT AND JSON-SERVER .thank you
@Samlama8848
@Samlama8848 Год назад
Sure soon
@farismohamed6030
@farismohamed6030 Год назад
Why do you do on extraReducers, instead reducer:
@okaydone4227
@okaydone4227 Год назад
To use asynchronous
@mdtarikhkhan5866
@mdtarikhkhan5866 Год назад
please edit add RETURN with rejectWithValue
Далее
ЭТОТ ПЕНЁК ИЗ PLANTS VS ZOMBIES - ИМБА!
00:48
React with Redux Toolkit Crash Course
1:09:05
Просмотров 98 тыс.
Async Thunks in React Redux Toolkit with TypeScript
12:36
Redux - Complete Tutorial (with Redux Toolkit)
37:01
Просмотров 181 тыс.
You might not need useEffect() ...
21:45
Просмотров 155 тыс.