Тёмный

Redux - Complete Tutorial (with Redux Toolkit) 

Cosden Solutions
Подписаться 106 тыс.
Просмотров 216 тыс.
50% 1

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 383   
@cosdensolutions
@cosdensolutions 6 месяцев назад
Hope you enjoyed the video! I also have a really cool and unique course that will teach you way more than this video. You'll learn how to build an actual complex project with React. It's called "Project React" and you can find it at cosden.solutions/project-react. Also, I have a free weekly newsletter called "Import React" with tutorials, news, and cool stuff about React! You can sign up at cosden.solutions/newsletter?s=ytc
@davidigbokwe6252
@davidigbokwe6252 11 месяцев назад
You're an awesome teacher, i legit paused a complicated redux tutorial i was watching yesterday when i saw your post notification for this one and i'm glad i did. Great work bro
@cosdensolutions
@cosdensolutions 11 месяцев назад
Damn, thank you for the kind words that means a lot! Really glad you found this useful ☺️
@davidigbokwe6252
@davidigbokwe6252 11 месяцев назад
@@cosdensolutions you’re welcome! I don’t know if you have tutorials on NextJs but if you don’t pls consider making one. Your style of teaching is really great and easy to follow along🫡
@jotasenator
@jotasenator 11 месяцев назад
hey, the same over here
@balasubramani9310
@balasubramani9310 10 месяцев назад
@@cosdensolutions Hi @cosdensolutions @cosdensolutions ,Thanks . As you said , if redux copy the whole state and update the modified proerty in the copied state and replace the while orginal state , my doubt is , do we get performance issue , if our application has more state variable ?
@Storkz0re
@Storkz0re 7 месяцев назад
I also impressed how he memoizes, does, and casts things in numerous videos, I'd rank him in a row with Shwarzmuller
@MarlonEnglemam
@MarlonEnglemam 6 месяцев назад
great video. I've always liked and tried to use redux toolkit since the first time I came across it! I have one question though, I'm planning to add redux toolkit to deal with states in the react application I'm working on but it's not completely clear how to deal with HTTP responses from the backend services, what I mean by that is: let's picture a scenario where I call a service layer/endpoint from inside the async thunk action, is it ok for me to just return its response back to the JSX component that dispatched that action? or is it better if I simply use its response and deal with it inside the redux slice and use states to update the user interface (with a toast error message, let's say)? (consider that I'm not using RTK query to deal with HTTP requests, instead I'm gonna have a service layer with classes that will receive a axios instance and then make the HTTP calls)
@toheebajayi1454
@toheebajayi1454 Месяц назад
Don’t know redux was so easy until I watched this video. Thanks
@MateuszMinder
@MateuszMinder 8 месяцев назад
Tried like 4-5 courses last 2 days trying to understand everything not withing 4 hours long course, and it seems that this one solved all my wonders about Redux. Thank you man, I appreciate that much
@cosdensolutions
@cosdensolutions 8 месяцев назад
Glad to hear it!
@gaganyt7861
@gaganyt7861 11 месяцев назад
Literally I am building my tech stack based on your videos You teached React query i learned it You teached Cypress i learned it Now you teached redux with RTK ofcource i will add that too
@cosdensolutions
@cosdensolutions 11 месяцев назад
haha damn, great to hear! The next step is to know and understand which tools to choose for which project, as some might be better suited for specific use cases!
@gaganyt7861
@gaganyt7861 11 месяцев назад
​@@cosdensolutionsplease next video about the best tech stack in 2024 frontend+backend+database
@AskoldTheFirst
@AskoldTheFirst Месяц назад
@@gaganyt7861 what about ReactJS/MaterialUI + C#/.Net + MSSQL or MongoDB?
@licokr
@licokr 6 месяцев назад
Absolutely, amazing. 'Complete Tutorial' is perfect match for your video. You literally talk about everything we can use redux-toolkit in a real project right now. Thanks 👍
@LifeAtMH41
@LifeAtMH41 7 месяцев назад
You have mad teaching skills. You made me understand Redux in just one video. Thanks man.
@Gruby7C1h
@Gruby7C1h 7 месяцев назад
Redux haters are stuck in 2015.
@zeusek-2137
@zeusek-2137 2 месяца назад
Redux lovers are stuck in builder which looks like 2007 construction of some sort of pseudocode lol, everything cool in video till java stringbuilder appeared xpp
@عليالعصفوري-ط4ض
@عليالعصفوري-ط4ض Месяц назад
Just vue and pinia
@goizo
@goizo 26 дней назад
Redux users are stuck in 2023
@xyzatin
@xyzatin 2 месяца назад
I don't like Redux man because of its over-complexity, I understand the core concept of it which is cool to me but this naahh let's try react-query(tan-stack) lil better than this(still trying). I feel, for the sake of making things simpler or well structured we went too far. 😶‍🌫
@TechMagic204
@TechMagic204 7 месяцев назад
You not only did this perfectly but you even left the name of the vsCode theme you are using in the description. 🙃
@nicc1262
@nicc1262 2 месяца назад
Why do you need to use async functionality in Redux - why can't you just have your own async handler as per usual and when that completes the promise, call the dispatch? E.g. if you need to fetch data and store that in state, why not use an async function to fetch the data and after the await you use the dispatch with the data as the payload to the normal sync redux reducer? Or is Redux not capable of the dispatch being used in an async action like I have described or are there other reasons not to do this? Because this is how state is normally managed - do the data fetch and await it and then update the state - why do we need to do this differently when it comes to Redux?
@diegomax
@diegomax 2 месяца назад
Apart from the great explanation, the fact that some people seems to think this "paradign" is cool blows my mind. Am i the only one who thinks this is overcomplicated for no reason ?
@cosdensolutions
@cosdensolutions 2 месяца назад
it used to be way worse. Try zustand for a simpler solution
@artnevka779
@artnevka779 8 месяцев назад
cool tutorial thanks but how can i turn ts code into js im complicated a bit can anyone have idea???
@Manuel-oe4gv
@Manuel-oe4gv 7 месяцев назад
Good video, Suggestion, please split the video into sections!!
@lukasvozarik6265
@lukasvozarik6265 4 месяца назад
once you call the increment and decrement "actions" and once u call them "reducers". Which one is it? Aren't actions dispatched by the dispatch() function, so how can they be reducers? And how come a action takes as an argument a action? Honestly I'm confused.
@prashantmishra9985
@prashantmishra9985 3 месяца назад
They are reducers but redux-toolkit automatically creates action based on them, so yeah. You may learn vanilla redux once to understand everything.
@orrodrigez5051
@orrodrigez5051 6 месяцев назад
Sometimes I wish there was a mega-like button
@ЗахарМанько-ы4ь
@ЗахарМанько-ы4ь 8 месяцев назад
You explain really cool but i can't understand why do you use typescript because if people are looking for videos about react I do not think that they know typescript including me
@shadowysuper-coder6120
@shadowysuper-coder6120 5 месяцев назад
100% agree, I've never used typescript and I was confused with that
@kuroshDiba
@kuroshDiba Месяц назад
Why not just use contextApi?
@sanhitabiswas1171
@sanhitabiswas1171 10 месяцев назад
too good ...my first redux store i could create just because of you .As offical redux documentation is little difficult to understand . Thanks a lot.
@meirgoldenberg5638
@meirgoldenberg5638 6 месяцев назад
How would this example look like without TypeScript?
@cosdensolutions
@cosdensolutions 6 месяцев назад
The same just without anything yellow 😁
@devolajide
@devolajide 8 месяцев назад
Can you do a tutorial on how to build complete react js project with state management zero to hero for beginners.
@cosdensolutions
@cosdensolutions 8 месяцев назад
Yes, currently making a course with exactly that ☺️ stay tuned
@almedinshala8794
@almedinshala8794 6 месяцев назад
a bit confused on why you didnt set up the app together with us but just went straight into talking about it.
@shadowysuper-coder6120
@shadowysuper-coder6120 5 месяцев назад
Confused too for the same reason.
@Thassalocracy
@Thassalocracy 11 месяцев назад
Thank you for this video. U certainly did explain quite clearly how RTK works and the best thing is, u even included how to work with typescript and thunks, which so far I've not seen other videos do. My opinion after watching this, and also after reading what Dan Abramov wrote (what somebody above me said), is that sometimes we will still need redux for the fact that the native Context API does not sufficiently cover all use cases for state management. Therefore knowledge of redux is still good to have in 2023/2024 🙂
@cosdensolutions
@cosdensolutions 11 месяцев назад
yeah totally, Redux is still valuable and will be for a long time. There are a ton of new projects choosing to use it daily because it's really good. Imo context isn't good enough to cover most state management use cases. You really need a dedicated library for that!
@mouseclicker4955
@mouseclicker4955 11 месяцев назад
This is probably the only video on RU-vid which explains how to use redux toolkit with Typescript clearly. I just subscribed and am looking forward to more of your content in the future!
@cosdensolutions
@cosdensolutions 11 месяцев назад
Thank you for the kind words! Glad you find the videos useful ☺️
@gubatenkov
@gubatenkov 11 месяцев назад
@@cosdensolutions next video should be "Why you dont need to use Redux in 2024". Even Dan Abramov, one of the creators of redux, writes in his twitter that we almost always should not use redux. And its true. Lol, this video is a waste of time, sorry @cosdensolutions
@hasaniqbal233
@hasaniqbal233 11 месяцев назад
@@gubatenkov companies still use Redux, and have applications built with Redux, so you'll need to know it for jobs even if you don't use it in a new application
@gubatenkov
@gubatenkov 11 месяцев назад
@@hasaniqbal233hm, u are absolutely right
@cosdensolutions
@cosdensolutions 11 месяцев назад
@@hasaniqbal233 still valuable even in new apps. Tons of new projects use it daily. It's a great tool, but only with TK imo
@thomasnarkiss6319
@thomasnarkiss6319 7 месяцев назад
Rtk query tutorial will be highly appreciated as well. Thanks!
@ariyoujahan9662
@ariyoujahan9662 3 дня назад
Wow, amazing. Truly astonishing. It answered all my questions. Thank you Cosden
@maryamblri
@maryamblri 10 месяцев назад
This is the best redux tutorial. Explained everything developer need :) Thank you!
@killswitch.
@killswitch. 11 месяцев назад
I've been waiting so desperately for this...
@strugglingElds
@strugglingElds 10 месяцев назад
Thank you for this one man, I badly need clear explanation like this. Kudos!
@Marshblocker
@Marshblocker 8 месяцев назад
Good tutorial! But I hope you would disable Copilot during your tutorial. It is a bit distracting.
@cosdensolutions
@cosdensolutions 8 месяцев назад
Yeah I've fixed that and more in later videos, so it will soon be an issue of the past!
@Marshblocker
@Marshblocker 8 месяцев назад
@@cosdensolutionsCheers, mate.
@BrantK147
@BrantK147 25 дней назад
Thanks for yet another awesome video! Could you do a tutorial for using Redux Toolkit with Next.js? Thank you!!!!!
@Retr0_Pr
@Retr0_Pr 6 месяцев назад
You're a fantastic teacher. Thanks for this awesome video!
@manerVlog
@manerVlog 8 месяцев назад
Can you please make the same in javascript
@cosdensolutions
@cosdensolutions 8 месяцев назад
I mean, just ignore the types it's the same
@Proviper666
@Proviper666 Месяц назад
How to use Redux to do CRUD (Create, read, update, delete) on object like User {firstname, lastname, age, address, etc....} ?
@mahammadalthaf8199
@mahammadalthaf8199 2 месяца назад
Great video 🎉
@wishmeheaven
@wishmeheaven 7 месяцев назад
00:05 - "wow, what a promise! sure his tutorial will include entities and a basic integration with an API."" 33:25 - "ooo... yes yes yes, here it comes.." 36:30 - "yes, yes... indeed you promise, repeating your promise, and ended up this tutorial with the reminder of your promise. Unfortunately, none of those reflects this promise fulfillment. thanks anyway. I'll go find some Redux Toolkit tutorials that will fulfill my expectations without even promising me anything in advance. thanks anyway.. p.s. I'm sure that there's a good reason for the fact that you have so many subscribers. They will probably trust you even in the next time that you'll promise them something. Good luck!
@Shaheer-xs5os
@Shaheer-xs5os 11 месяцев назад
Amazing explanation! Thank you for this video sir!
@Remirured
@Remirured 4 дня назад
Thank you alot. I used to code with Angular and had to learn the redux equivalent. I watched a few videos but all of them are really bad. This video explained it so simple
@t.k.raphaelngan6002
@t.k.raphaelngan6002 6 месяцев назад
Official document says Immer package which helps allow to write in a mutation way is already included in the createSlice(). 'state.value += 1' will be interpreted as 'return { ...state, value: state.value + 1}'
@rihardssimanovics
@rihardssimanovics 23 дня назад
video creator: This is the last ever video you will need to watch for redux (I promise) redux: changes something. video creator: Here is a new last ever video you will need to watch for redux (I promise)
@sarveshpatil1072
@sarveshpatil1072 8 месяцев назад
Your course really helped a lot to know the redux/toolkit and RTK, But I'm facing some challenge to convert app code along with redux/toolkit to ES5, because application must support on IE mdoe in Edge browser, Kindly, express your thoughts on this challenge
@hishamelfangary722
@hishamelfangary722 5 месяцев назад
Honestly, coming from a Vue.js background and using Pinia for state management, this is an absolute mess to me. I don't understand why React with Redux is the leading JS framework when Vue.js with Pinia is easily superior while being simpler and more user friendly. I can do all of this with much less code, cleaner and more readable. Redux is a huge step down.
@Amritbagga-vk6kq
@Amritbagga-vk6kq 4 месяца назад
Your keyboard so satisfying to hear!
@LekhnathRijal
@LekhnathRijal 10 месяцев назад
Some suggestions 1. you should've shown the actual reducer function 2. not a real world problem. Counter app is useless. 3. Describe why the action name get 'couner/' prefix for 'counter/increment', 'counter/decrement' etc
@jahelation8658
@jahelation8658 7 месяцев назад
If I am not mistaken and having looked at the video it seems it seems the async functions are living inside the slice files which in my opinion is mixing up concerns. I think I prefer to keep the store state separate from network calls. i.e. I prefer doing this: const validProofs = await getProofs(); dispatch(homeUpdateProofs(proofs)); I do however appreciate that that using the createAsyncThunk() hook allows one to update state variables with values like pending.
@tmcxp
@tmcxp 6 месяцев назад
I git clone the project, but the DIFF Tree in redux debugger still shows (states are equal), the app work tho, anybody have any idea?
@vinayakpanchal9907
@vinayakpanchal9907 Месяц назад
Amazing amazing tutorial. Thank you so much, God bless!
@ЭнрикаДэй
@ЭнрикаДэй 2 месяца назад
hello! your tutorial is very useful, I love your explanations about many things!) thank you for your work! do you have any tutorial about middleware in redux?
@rotterdim
@rotterdim 7 месяцев назад
Slightly off topic: how do you change words in Vim for VS Code using multi-cursor and preserving the case for each individial word? That was neat.
@chrislaforet1064
@chrislaforet1064 2 месяца назад
I like your keyboard. Apparently it is an async keyboard, returning a Promise of the correct code in the near future 😂 Thanks for the tutorial, it was very helpful.
@iqwebserve3973
@iqwebserve3973 7 месяцев назад
Great video. I have used Redux only on one project which was some time ago, so this was a great refresher. Still am not a big fan of Redux, have TBH.
@andrewborys4599
@andrewborys4599 11 месяцев назад
Thanks for the tutorial, very helpful! You are a great teacher, you explain complex things in simple words!
@cosdensolutions
@cosdensolutions 11 месяцев назад
thank you for the kind words!
@EnomisArts
@EnomisArts 11 месяцев назад
Really clear ! Thank u very much for your work ! :)
@omerkarakas
@omerkarakas 11 месяцев назад
Hey Darius. I do appreciate your channel. This video is extremely helpful. Thanks.
@spencerd5821
@spencerd5821 5 месяцев назад
If only you had covered error handling (specifically for async operations) this would have been a complete tutorial. Overall great info though!
@mDHARYL
@mDHARYL 6 месяцев назад
Hello great tutorial. There's a lot of state management library. Which one do you prefer Redux, recoil or zustand?
@tanoryjakaperdana1419
@tanoryjakaperdana1419 4 месяца назад
Why all official documentations are so useless.. i dont even understand after reading redux's documentation many times.. but after watching this, im mastered redux in one go..
@Joey-Jets
@Joey-Jets 11 месяцев назад
Do you have a course? You’re a fantastic teacher
@cosdensolutions
@cosdensolutions 11 месяцев назад
Currently working on one right now! I'm doing something really really cool with it that I haven't seen done anywhere else ☺️
@ayushwho_7775
@ayushwho_7775 Месяц назад
This one was the worst video of yours that I saw. I always felt confident after watching your videos but this time I am leaving disappointed.
@shamanFR
@shamanFR 10 месяцев назад
Been using RTK for the better part of the year, with it all being a bit hazy in my head, mostly using RTK Query and the caching! You’ve just mind blown me with this basic, but very clear, tutorial. I the spirit of the store and data fetching. Do you think you could make a video on persisting the data? (Unless you’ve already got one on your channel!) thanks a bunch, plus, I no longer feel alone with keyboard typing issues! 🤪
@cosdensolutions
@cosdensolutions 10 месяцев назад
hahaha the keyboard typing!! Yes I might look into persisting the data with redux, I think it's as simple as using redux-persist but might be worth for a tutorial!
@yehorsanko9241
@yehorsanko9241 10 месяцев назад
Within the past year found myself in the exact same situation. ChatGPT helped setting up the RTK but so happy to finally get to understand it fully.
@cryptocrack
@cryptocrack 7 месяцев назад
I don't understand why people say in the commends that he explains things really easily, he didn't explain a lot of things, and if you are like me and you need to understand deeply this video is not for you, for example he talks about useSelector and all he sais about it "this is a hook it comes from redux so it needs prentesis" -_- what sort of explanation is that ...
@atifasadkhan
@atifasadkhan Месяц назад
Thankyou very much! what is the extension for that autocomplete ?
@balasubramani9310
@balasubramani9310 10 месяцев назад
Hi ,Thanks for the video , its very clear and easy to understand teh concept . As you said , if redux copy the whole state and update the modified proerty in the copied state and replace the while orginal state , my doubt is , do we get performance issue , if our application has more state variable ?
@galievramil1169
@galievramil1169 3 месяца назад
Very representing, What extension you have installed to get so convient code hints. Quokka?
@arashkenji480
@arashkenji480 7 месяцев назад
what is your VSCODE extension for redux toolkit?
@mohammaddaudibrahim3501
@mohammaddaudibrahim3501 2 месяца назад
Thank you so much for sharing the source code as well, it's very helpful.
@balasubramani9310
@balasubramani9310 10 месяцев назад
Hi ,Thanks for the video , its very clear and easy to understand teh concept . as you said , if redux copy the whole state and update the modified proerty in the copied state and replace the while orginal state , my doubt is , do we get performance issue , if our application has more state variable ?
@Nothing-xi5dv
@Nothing-xi5dv Месяц назад
Thanks, cosden, for your valuable video.
@z.sayari
@z.sayari Месяц назад
using typescript makes it hard to understand , plz make ur videos as simple as possible .thank u
@muratasarslan2359
@muratasarslan2359 4 месяца назад
one question pls, is it possible to get a cached item by id which is already cached by RTQ?
@rogeclash2631
@rogeclash2631 5 месяцев назад
Hello , thanks for the video, do you have a github repo for this project, thank you
@belkocik
@belkocik 4 месяца назад
v2 of redux toolkit came out. Any huge changes to make a new video?
@halaalaa4531
@halaalaa4531 7 дней назад
Thank you for this amazing video❤
@wallowizzard
@wallowizzard 10 месяцев назад
Thanks for the video, Sir. This was very clear and easy to follow. You've now earned yourself a new Subscriber! I'm looking forward to watching other topics you cover around React.
@cosdensolutions
@cosdensolutions 10 месяцев назад
thank you for the kind words!
@erik.schlegel
@erik.schlegel 10 месяцев назад
Once again, I very much appreciate your instruction and all the time you're pouring in to these. If I may offer a piece of constructive criticism... being completely new to redux... I felt a bit like the slow kid at the back of the class who was too afraid to raise his hand and say, "....ummm.... what?" You clearly know your stuff, but I got a bit lost at points. Trying to figure out why... I think you go a lot faster on this one than you do with some of your others. Personally I also love copilot, but maybe it goes by too quick? I'm guessing you're on turbo because that's your normal operating speed and there's a mountain of stuff to get through. Redux toolkit seems like it's doing a lot of heavy lifting and black-boxing quite a lot. I can certainly treat this as a sort of template to copy, but without understanding what's really happening, I know I'll be very stuck when stuff invariably breaks. Don't get me wrong, I don't expect you to cover every little thing in great detail. I just wanted to pass on a little feedback on behalf of anyone else who may have felt like a dunce. :)
@cosdensolutions
@cosdensolutions 10 месяцев назад
Thanks for the feedback! I'm actually in the process of figuring out my teaching style and I'm a bit confused tbh. So I may seem different in some videos because I'm trying to improve hahaha Regarding what you said, I think that's totally normal. RTK does do a lot behind the scenes that you wouldn't know if you've never used Redux without it. If you did, then you know all of the things it solves for you. But honestly, for most use cases, even if just learning as a beginner, you should follow this as a template and trust that it works, and with time you'll understand how it works behind the scenes. Redux specifically is a complex topic and I didn't want to go too deep into it as it would overwhelm both me and beginners. The goal is to get you started with the basics, and then you take it on from there over time. Also, fair point with copilot. I always try to make sure that if I use it for a suggestion that I spend the time to explain what it did, but it might be too much for complete beginners so I understand. Watching my own videos sometimes I'm like hmm that may have been too fast. It's quite tough to make these videos, but I'm striving to do better all the time so thanks a lot for the feedback!
@escanorgod
@escanorgod 8 месяцев назад
Please, can you make a video about how a professional react project is made
@giovsteph
@giovsteph 11 дней назад
Awesome tutorial, thanks!!!
@webfnatic
@webfnatic 11 месяцев назад
Great video! Concept cleared. Thank you!
@AskoldTheFirst
@AskoldTheFirst Месяц назад
All you explained really works, Thank You! - this is an excellent explanation. But why do we have to use this Redux approach instead of a significantly simpler one with "useContext" hook. Just a simple question: WHY or FOR WHAT? :) Could you or someone else please explain? Thanks!
@cosdensolutions
@cosdensolutions Месяц назад
For simple state, useContext is fine. But as the app grows and you have many states everywhere and need functions and selectors, it's easier to do it in Redux because it was built for that
@xX_Peter_Parker_Xx
@xX_Peter_Parker_Xx Месяц назад
Lol bro's keyboard
@kushagraahire1871
@kushagraahire1871 10 месяцев назад
Recoil is better than Redux (My Opinion)
@wizzi3112
@wizzi3112 5 месяцев назад
So much work for changing a damn state 😮‍💨😑
@Dalsy97
@Dalsy97 11 месяцев назад
Great video, explained everything in a easy yet straight forward way. Been able to implement Redux for the first time in a simple Todo app just by watching your video. Thanks again!
@MykhailoL-o7x
@MykhailoL-o7x 4 месяца назад
Can you share a list of your VScode extensions, please?
@amysugar
@amysugar 8 месяцев назад
why everybody do the counter application? 😄
@sixtyfivewatts65
@sixtyfivewatts65 Месяц назад
why are you coding in typescript ? now im confused
@varshithgowdav9892
@varshithgowdav9892 10 месяцев назад
Your explanation is fantastic! It would be even more impactful if you could create a video showcasing real-life asynchronous operations in action
@harag9
@harag9 10 месяцев назад
This would be helpful to see. I'm still a little lost in when to use pending etc. The text that appeared before he quickly deleted it said something about showing a loading indicator.
@RodionAznaurov
@RodionAznaurov Месяц назад
Thank you. Perfect lesson!
@kashivitagors7823
@kashivitagors7823 5 месяцев назад
A random note: "Store is an Immutable object"
@muhammedashkar692
@muhammedashkar692 4 месяца назад
did you meant "react context API" @10:44?
@ירוסלבירקביץ
@ירוסלבירקביץ Месяц назад
If I could like this video a hundred times I would have done ❤
@fefeb0
@fefeb0 5 месяцев назад
First of all, thanks for the great tutorial! I'm really enjoying your content. By the way, which keyboard are you using in this video? It sounds awesome! (hope you got used to it 😂)
@cosdensolutions
@cosdensolutions 5 месяцев назад
hahah yes I did! ergodox EZ
@nahomesayas9253
@nahomesayas9253 Месяц назад
You're Great!! Thank You🙏🏼🙏🏼
@ET_Bermuda
@ET_Bermuda 7 месяцев назад
You definitely got mad teaching skills, man. You really do explain every little thing perfectly. Good job.
@achilles7755
@achilles7755 10 месяцев назад
one of the most straightforward tutorials! Thanks man!
@prashlovessamosa
@prashlovessamosa 11 месяцев назад
React Router 6.17 tutorial please it would be super helpful.
@killswitch.
@killswitch. 11 месяцев назад
Yhup yhup
@cosdensolutions
@cosdensolutions 11 месяцев назад
definitely, added to the list!
@prashlovessamosa
@prashlovessamosa 11 месяцев назад
@@cosdensolutions thanks will wait.
@razisraeli1150
@razisraeli1150 2 месяца назад
What a great, great video!! Thanks for that! :)
@abhisheknavgan6829
@abhisheknavgan6829 8 месяцев назад
thnx buddy! the latest update of redux made all the past tutorials very hard to follow and I was stuck on this for the last 2 days, your video did a fabulous job of explaining the builder❤❤
@yugeshkk3062
@yugeshkk3062 10 месяцев назад
No Extra Talks just straight to the matter , well explained sir, Thanks a Lot..
Далее
Zustand - Complete Tutorial
19:27
Просмотров 90 тыс.
Every React Concept Explained in 12 Minutes
11:53
Просмотров 673 тыс.
The Most Important Design Pattern in React
35:04
Просмотров 58 тыс.
Learn Redux Toolkit in under 1 hour
58:10
Просмотров 141 тыс.
State Managers Are Making Your Code Worse In React
13:33
Mastering the Art of Competitive Programming
1:36:12
What is Redux? Why use Redux?
8:45
Просмотров 7 тыс.
All 17 React Best Practices (IMPORTANT!)
1:46:11
Просмотров 152 тыс.
Modern Data Fetching in React (Complete Guide)
16:41
Просмотров 50 тыс.
Front-end web development is changing, quickly
3:43
Просмотров 1,1 млн
Vim Tips I Wish I Knew Earlier
23:00
Просмотров 68 тыс.