React Redux Full Course for Beginners | Redux Toolkit Complete Tutorial

  Рет қаралды 395,525

Dave Gray

Dave Gray

Күн бұрын

Web Dev Roadmap for Beginners (Free!): bit.ly/DaveGrayWebDevRoadmap
This React Redux Full Course for Beginners is a complete tutorial full of 4 hours of React and Redux Toolkit code and instruction to help you learn state management with Redux. Think of this React Redux full course tutorial as a video textbook with 7 clearly defined chapters.
💖 Support me on Patreon ➜ / davegray
⭐ Become a full-stack web dev with Zero To Mastery Courses:
- Advanced React & Redux: bit.ly/AdvReactDev
- Jr to Senior Web Dev Roadmap: bit.ly/WebDevRoadmap-JrtoSr
- Master FAANG Coding Interviews: bit.ly/FAANGInterview
🚩 Subscribe ➜ bit.ly/3nGHmNn
🚀 React JS for Beginners full course - 9 hours: • React JS Full Course f...
📬 Course Updates ➜ courses.davegray.codes/
🔗 Source Code and Resources for this React Redux Toolkit Series: github.com/gitdagray/react_re...
React Redux Full Course for Beginners | Redux Toolkit Complete Tutorial
(00:00:00) Introduction
(00:00:51) Chapter 1: Redux Toolkit Intro
(00:20:10) Chapter 2: App Structure & Data Flow
(01:04:22) Chapter 3: Async Logic & Thunks
(01:33:48) Chapter 4: Blog Project
(02:13:04) Chapter 5: Performance Optimizations
(02:46:50) Chapter 6: RTK Query Intro Project
(03:10:02) Chapter 7: Advanced Redux & RTK Query
☕ Buy Me A Coffee: www.buymeacoffee.com/davegray
Based on the "Redux Essentials" tutorial in the official Redux Toolkit docs by Mark Erikson with some project additions and modifications along the way: redux.js.org/tutorials/essent...
📚 Tutorial References:
🔗 NPM JSON-Server: www.npmjs.com/package/json-se...
📚 General Redux Toolkit References:
🔗 Official Site for Redux Toolkit: redux-toolkit.js.org/
🔗 Redux Devtools: github.com/reduxjs/redux-devt...
🔗 Immer.js: immerjs.github.io/immer/
🔗 ES7 React JS Snippets Extension for VS Code:
marketplace.visualstudio.com/...
🔗 React Dev Tools Extension for Chrome:
chrome.google.com/webstore/de...
📚 General React References:
ReactJS Official site: reactjs.org/
React Wikipedia: en.wikipedia.org/wiki/React_(...)
React Jobs: www.ziprecruiter.com/candidat...
✅ Follow Me:
Github: github.com/gitdagray
Twitter: / yesdavidgray
LinkedIn: / davidagray
Blog: yesdavidgray.com
Reddit: / daveoneleven
Was this React Redux Toolkit full course for beginners helpful? If so, please share. Let me know your thoughts in the comments.
#react #redux #course

Пікірлер: 709
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
A 50 second intro followed by 4 hours of code and instruction to help you learn about modern Redux with Redux Toolkit and RTK Query. I bookmarked all 7 chapters in the description. If you complete one lesson per day, you'll complete the full course in one week. Join my Discord server to discuss and ask questions: discord.gg/neKghyefqh
@NadidLinchestein
@NadidLinchestein Жыл бұрын
Thank you, do you have any resources on Django React Authentication?
@itsaaron6423
@itsaaron6423 Жыл бұрын
Amazing tutorial. However, there were some difficulties along the way due to javascript uniqueness , probably could be avoided by using typescript . Some code were very old dating back to ES 1 version to ES 3-4 maybe, since i am used to es 5-7 and the latest version i found it difficult to use the old code hence it was quite a pain for me . but all in all , very good.😄
@markerikson3383
@markerikson3383 2 жыл бұрын
Hiya! I'm the primary Redux maintainer and creator of Redux Toolkit. Thank you for putting this video together! In fact, I see that the source code is straight from the docs "Redux Essentials" tutorial I wrote... and that's GREAT! That means it's the same examples I want people to learn from! :) I've been thinking of doing a video series based on the "Essentials" tutorial myself at some point, and I still might. (Eventually! When I have time! HAH!) But until then, this appears to be a great quick intro to Redux Toolkit and React-Redux, the way we _want_ people to learn and use them today. So Dave, thank you for taking the time to make this video!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Mark. I noted I wanted "to give credit where credit is due" in the video series (playlist: kzfaq.info/sun/PL0Zuz27SZ-6M1J5I1w2-uZx36Qp6qhjKo) and also that I modified a few things for the tutorial like starting with a bulletin board example, connecting to the jsonplaceholder site and populating reactions it doesn't provide. I'm glad you like it, and thanks for providing a great foundation in the docs! 💯
@anonymousmangalorean
@anonymousmangalorean 2 жыл бұрын
Hey Mark. When you do the tutorial please just don't do tutorials like every other YT channel. Please stress on the terms that you have used in the documentations. Also it would be great if you walkthrough your thought process while making the docs.
@emmanueloluwafemi7236
@emmanueloluwafemi7236 Жыл бұрын
Mark.. The set up for redux toolkit is more complex than Context Api.. Frameworks should be created to make things easier than the existing ones
@markerikson3383
@markerikson3383 Жыл бұрын
@@emmanueloluwafemi7236 Context and Redux are entirely different tools that solve different problems, so that's not a good comparison. Context is a Dependency Injection tool for a single value. Redux is a tool for predictable state management outside React. Context is already built into React, whereas Redux is a separate library. So yes, they _do_ have different setup, because they're not the same thing.
@emmanueloluwafemi7236
@emmanueloluwafemi7236 Жыл бұрын
@@markerikson3383 yes I know but they do the same function when you apply useReducer with useContext.. It's the same function with redux. It's faster and more efficient than redux toolkit.... Redux is to manage state and also to make the state global to other components. This is the same work with useContext and useReducer... I don't see any reason I should abandon context Api for redux toolkit yet. I'm sure you know what I mean... I'm a full stack dev
@ibrahimal-nuaimi1005
@ibrahimal-nuaimi1005 Жыл бұрын
Dave you're a godsend, you take from your time and make these masterful videos to teach us how to code. Other teachers should be like you. If there's anyone who contributed a lot to this world's future by raising a lot of skilled coders, it'll be you, thanks a lot! ❤️🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words, Ibrahim! 🙏
@mi5956
@mi5956 2 жыл бұрын
Thank you Dave, I can't believe you are putting such an amazing tutorial with simplicity for free on youtube. other creators make things complicated to show that they know something which is not true but only confuse learners.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 🙏
@dev-seremba
@dev-seremba 2 жыл бұрын
Given that I am an hour away from completing your React course(it is really nice), which I take daily from 4:30 am to 7:00 am for a month now, this Redux tutorial will be another nice tutorial to solidify my React knowledge.
@dardaC137
@dardaC137 Жыл бұрын
Thanks a lot Dave ! I appreciate it from heart. Watching your MERN full tuts and end up here , totally worth the time. In my opinion very few have the quality to explain things with no sweat and you are one of the best.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words!
@rjevangelista9769
@rjevangelista9769 Жыл бұрын
I paused the video just to tell you're an amazing instructor. I can't believe I watched the whole course for free! I'll definitely recommends your channel to my friends. The amount of time and effort you make this video, you're truly a godsend.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words! 🙏
@jacobburgo
@jacobburgo 4 ай бұрын
For those of us in 2024, you may need this bit of additional code for part 3 to filter out the duplicate posts from the API. Not sure what happened, but I am getting 2-4 of each posts in my request and I copied exactly from the source code. let content if (postStatus === "loading") { content = "Loading..." } else if (postStatus === "succeeded") { const orderedPosts = posts .slice() .sort((a, b) => b.date.localeCompare(a.date)) const preContent = orderedPosts.filter((val, i) => { if (i !== orderedPosts.length - 1) { return val.id !== orderedPosts[i + 1].id } return val }) content = preContent.map((post) => ( )) } else if (postStatus === "failed") { content = {error} }
@jankopejic1502
@jankopejic1502 3 ай бұрын
Thank you!
@Igris-xf3ol
@Igris-xf3ol 11 ай бұрын
Dave, This tutorial is perfect for beginners and your explanation is good to get understanding. The topics you are covered are most asked for job interview. Thank you I have learnt redux with this video and I just need to contribute in projects.
@nguyenanh-vt4jv
@nguyenanh-vt4jv 3 ай бұрын
you are actually a generous man beside teaching, you also foster me to read the document and find out the way to learn another stack by myself. Thank you Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 3 ай бұрын
Glad to hear that!
@junjieyang7800
@junjieyang7800 Жыл бұрын
Your way of writing code is so elegant, I love it!
@realVvD
@realVvD Жыл бұрын
One of the best coding tutorial I have every seen. Though I have already some past experience with React and Redux, the way you present and explain is superb and deepen my understanding. Thanks! :)
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad it helped!
@ivangoranov7737
@ivangoranov7737 2 жыл бұрын
As a beginner in redux, I've got complete disorientated after the first lesson. The second lesson has too much information without explanation and I expect the rest of them to be the same. After all, I appreciate the time spent doing the video, but this guide is for more advanced than beginner people.
@Flame3757
@Flame3757 Жыл бұрын
I totally agree with that.
@namnikajanbandhu5288
@namnikajanbandhu5288 Жыл бұрын
💯 true!!
@alejo.0399
@alejo.0399 Жыл бұрын
I agree
@nirajpatil3388
@nirajpatil3388 Жыл бұрын
I thought i was way less than beginner 🥲🥲
@sanusiyunusa4470
@sanusiyunusa4470 Жыл бұрын
I would advise you to get more familiar with reducers (useReducer hook) before starting this tutorial. If you are familiar with reducers then it wouldn't be too difficult for you to follow the tutorial.
@alimaleki1126
@alimaleki1126 Жыл бұрын
Thank you Dave for providing high quality content. You're a wonderful instructor.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words, Ali! 🙏
@GabrielMartinez-ez9ue
@GabrielMartinez-ez9ue 2 жыл бұрын
This channel brings the best content there is out there. Every time I need a specific content I come here to see if there is an explanation of it.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Gabriel! 🙏💯
@chethankambi31
@chethankambi31 2 жыл бұрын
I just love the way you narrate and explain. Thanks a ton for all the wonderful content !!! If possible kindly do a series/comprehensive tutorial on 'styled components'. thanks again :)
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Chethan! 🙏 And thank you for the kind words and request!
@ebratz
@ebratz 2 жыл бұрын
WOW! Exactly what I needed, just on the right time! :D Thank you so much for such great content and dedication to share your knowledge! 👏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Eduardo! 💯
@dhayalanr1031
@dhayalanr1031 2 жыл бұрын
Same feeling 🥰🥰🥰🥰🥰 and thanks a lot Dave gray...
@uanelacomo
@uanelacomo Жыл бұрын
Just finished it right now in 4 days and I was really needing to learn redux for an application that I am creating and in the of this I am really sure I came to the right place... Congrats Sir @Dave Gray
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Happy to help!
@iShallEatChips
@iShallEatChips Жыл бұрын
Hey thank you for this tutorial. I like how you go over each line of the file. Also your explanation is perfect, especially at chapter 5.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad it was helpful!
@Boninpo
@Boninpo 2 жыл бұрын
Same thing in Typescript and we have perfection. Thanks Dave!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome and thank you for the request! 💯
@dekafmusic
@dekafmusic Жыл бұрын
Wow, just finished this after i think 2 weeks cuz i was on and off. I now understand redux, redux thunk, rtk query and have a deeper understanding of react in general. Thank you very much.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@tetyanagon3342
@tetyanagon3342 9 ай бұрын
I followed you Dave within entire tutorial. GJ!!! TY!!!💙💛
@stephaneadjakotan750
@stephaneadjakotan750 Жыл бұрын
the best React tutorial I've seen, best practices and clean architecture. I am impressed
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words!
@kingamv9005
@kingamv9005 10 ай бұрын
When i become a decent web developer, my next mission will be to find this man and buy him a drink and a car. what a guy
@shubhamtamrakar4810
@shubhamtamrakar4810 Жыл бұрын
Hey Dave, I came across this video after lots of videos and gotta say this is the best one I've watched. Thanks for such a wonderful video.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad it was helpful!
@peterpardo4138
@peterpardo4138 2 жыл бұрын
Wow! Again, thank you for this! You're the best teacher I've ever had.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words, Peter! 🙏🙏
@douha895
@douha895 2 жыл бұрын
THANKS so much for you redux tutorials , been watching alot of videos on redux and even on Udemy and your course is just way better, thanks for helping me in my career.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Douha! 🙏
@motch_gd
@motch_gd Жыл бұрын
Your delivery is so brilliant, thank you for this course!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're very welcome!
@cervantes8021
@cervantes8021 2 жыл бұрын
Thank you for this great tutorial! You’ve done an amazing job with explaining this topic in detail. Looking forward to more videos!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Cervantes! And thank you for the kind words! 🙏
@imigi427
@imigi427 2 жыл бұрын
Well i simply wanted to learn Authentication in React.... and ended up watching Node 7 hours Course, React 9 Hours Course and right know learning Redux 4 hours course. Life can be surprising !!! I am so happy that I have opportunity to learn from well organized tutorials, and don't have to bother about outdated knowlage.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@josefreitas6997
@josefreitas6997 Жыл бұрын
same here :D
@mkyawkhantwin
@mkyawkhantwin 2 ай бұрын
With the first lesson i understand how the redux works and with the second lesson i understand how to implement it in a project Thank you for the great tutorial i will keep watching
@WanKy182
@WanKy182 2 жыл бұрын
Great work. Nice that you combine all parts in one video)
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 💯
@happyfox7547
@happyfox7547 2 жыл бұрын
Thank you Dave! You have no idea how helpful this series has been
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯🚀
@osho4609
@osho4609 4 ай бұрын
You are genius as well as kind-hearted man sir...that's why uploading very high quality vedios
@samobaidi5000
@samobaidi5000 2 жыл бұрын
thank you so much , ive been waiting for someone to expalin it in a good way and here you did , thank you Dave , its really so helpful
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome, Sam! 💯
@code_magpie
@code_magpie 11 ай бұрын
FYI! There is an extension for the useState statement that you have to install and that is very helpful. ush I heard an advice, being a developer try to automate things as much as you can especially the repetitive tasks.
@sinnis_879
@sinnis_879 Жыл бұрын
sir , I am Indian doing self study for web development, & you are the best resource that I found on internet for web dev. Thanku very much sir 🙏🙏🙏🙏🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words!
@funnyway683
@funnyway683 Жыл бұрын
Dave you are such an amazing teacher thank you for making this course available for us new devs for free i will recommand your channel for my friends
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words!
@navneet_prakash
@navneet_prakash Жыл бұрын
I needed to implement this on my projects, thank you for this wonderful intro to Redux.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're very welcome!
@geraldpaulson5152
@geraldpaulson5152 Жыл бұрын
Thank you Dave, you are such an amazing tutor with good contents, you have really lifted us the jnr Devs in good ways, keep it up, Nigeria ....
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you, Gerald! And hello to Nigeria! 👋
@neikochan7580
@neikochan7580 Жыл бұрын
Hello! Thank you so much for this lesson! This lesson (and others) helped me a lot on my actual school project! I'm studding to reorient professionally to frontend developper and your lessons helped a lot through this journey 🐣 Thank you so much for sharing all this knowledge ❤🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@universecode1101
@universecode1101 2 жыл бұрын
This will be a great resource for many developers during this year ... Great Dave 👏🏻
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 🙏💯
@codewithsarang9762
@codewithsarang9762 2 жыл бұрын
@@DaveGrayTeachesCode Hey Dave i know redux but i only need the way to use redux in class based components have you deal this
@SinanZen1981
@SinanZen1981 5 ай бұрын
I watched your playlist on redux toolkit. They are great and no room for any confusion. Thank you for your help 🙏
@DaveGrayTeachesCode
@DaveGrayTeachesCode 5 ай бұрын
Thank you for the support! 🙏
@electro1146
@electro1146 Ай бұрын
Man, you are doing God's work by putting out such accessible quality content and that too for free!
@hamzaashraf9529
@hamzaashraf9529 Жыл бұрын
Best ever tutorial on redux toolkit explanation is 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥. Thanks Dave for a such effort
@GeraldOfori-pr3zt
@GeraldOfori-pr3zt 5 ай бұрын
watched this in Jan 2024, A great course. Thank you Dave. I am heading to zerotomastery Asap.
@chinedueke6605
@chinedueke6605 2 жыл бұрын
thank you Dave. you have clarified a confusion that I'm faced with. thank you very much. please could work with this same project and teach us unit testing.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome and thank you for the request! 💯
@noordinabdulkadir1647
@noordinabdulkadir1647 Жыл бұрын
Thanks man. I actually had no idea where to start with learning redux until this video.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad I could help!
@demno2258
@demno2258 6 ай бұрын
Thanks Dave for great lecture and excellent examples that explain step by step redux and redux toolkit from zero to hero
@siddharthpunmiya2744
@siddharthpunmiya2744 11 ай бұрын
this course is really really good but i wont recommend to absolute beginners,because the guy explains things nicely but he kinda assumes that most of us already know some basic of react-redux and reduxtoolkit .This video was definitely good for me because already watched some tutorials before jumping onto this video .This video will definitely helps those guys who have some what knowledge of reduxtoolkit thanks a bunch and awesome tutorials🔥🔥🔥🔥🔥
@hillcountrydev
@hillcountrydev Жыл бұрын
awesome video on Redux! one of the best ive seen. killer content as always Dave.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you! 💯
@janekalam
@janekalam Жыл бұрын
By far, the best redux tutorial. Thanks for sharing!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words! 🙏
@mohiminurrahman6487
@mohiminurrahman6487 2 жыл бұрын
Sir, I've been waiting for this superb piece from you for a long time. Thank you Very much
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@basukivenkatpati3052
@basukivenkatpati3052 2 жыл бұрын
at 17:47, we could have simply given and it would only take numbers in input. If you type any letters, the textarea won't show anything. Loving this course by the way.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Basuki! 🙏 Personal preference, but I do not like how the number inputs look with the arrows for up and down on the right when it has focus. You do mention a valid option though! Example: developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number
@azaanibrahimmohamed2846
@azaanibrahimmohamed2846 9 ай бұрын
Thank you for the free course, I got full help and I finished it
@toheebalawode1634
@toheebalawode1634 Жыл бұрын
Good day Dave Gray, what a nice redux toolkits tutorial, but I have a comment on the way majority of you expert programmers do teach programming, this is something practical, it would be better if you have an application you want to clone, and then put it aside, work with the documentation, as you are teaching, lets know the reason why you are using particular hooks, I think by that, no body will come here and feel like "oh no am not gaining anything here", because as you are writing the codes without documentation makes it a little bit difficult, because I personally feel like that, can't talk about other people....... If you are writing the code with documentation, then everybody will flow, and know the reason why you are using a particular hooks
@user-nn7et6ye9h
@user-nn7et6ye9h 5 ай бұрын
My best tutor of all time, special thanks for this wonderful video.
@mohammadshariq5340
@mohammadshariq5340 Жыл бұрын
For anyone not able to get the username inside the PostAuthor component at 51:23, you might need to enter "userId: parseInt(userId)" inside of the postsSlice prepared statement.
@charsiposting3340
@charsiposting3340 11 ай бұрын
bro i need a help can you help me..??
@rajnori.
@rajnori. Жыл бұрын
Thanks Dave, you are an outstanding teacher, I highly recommend checking out the Redux tutorial. As someone who has experience with Redux, I found the tutorial to be an excellent resource that helped me deepen my understanding of the core concepts and best practices of Redux. One thing that I particularly liked about the tutorial is that it strikes a good balance between theory and practice. The explanations of the core Redux concepts (thorough) are excellent with examples to reinforce your learning and apply the concepts to real-world scenarios.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you!
@Shuyinz
@Shuyinz 2 жыл бұрын
Wow! Thank you! This is very much appreciated!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're very welcome! 💯
@emmanueljoseph625
@emmanueljoseph625 Жыл бұрын
Dave, you're a good teacher and thank you for your courses. I just wish you could reduce your speed a bit. Your courses are helping me a lot
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome, Emmanuel!
@jain007neeraj
@jain007neeraj Жыл бұрын
Wow this is how some concept should be taught...... An awesome Hand-On experience... Thanks @DaveGray
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome! 💯
@krishnaTiwari851
@krishnaTiwari851 Жыл бұрын
Thank you very much for your kindness .... no one teach better than you with every step explanationn thank you very much
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You are welcome!
@AdriGomezD
@AdriGomezD Жыл бұрын
It's just the best Redux toolkit tutorial ever, awesome!!!!, thanks a lot.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@vladimirjovanovic3540
@vladimirjovanovic3540 4 ай бұрын
You are excellent teacher!!!!
@sebastianvillarpando3109
@sebastianvillarpando3109 8 ай бұрын
very helpful! Thanks!
@vonderklaas
@vonderklaas Жыл бұрын
Special thanks for that "Performance" section, pretty useful Cheers!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad you liked it!
@hebanano
@hebanano 2 жыл бұрын
Thank you so much for always sharing your knowledge and helping the community
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@user-yq2mj6mq3e
@user-yq2mj6mq3e 2 жыл бұрын
Dave, you're doing nice! Thanks a lot!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@adrian333dev
@adrian333dev 2 жыл бұрын
Thank you too much Dave, there isn't much tutorials on the internet about redux toolkit, I've got troubles learning redux toolkit with typescript, specially data fetching part, could you make tutorials on that topic, thanks again for your effort!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Adrian - this course shows various ways of fetching data, but it does not include Typescript. I'm getting enough requests that I may need to do one with TS in the future. 💯
@mdabdullahalmohaymenrafi7984
@mdabdullahalmohaymenrafi7984 2 жыл бұрын
yes, typescript +1
@ngasa1257
@ngasa1257 Жыл бұрын
It makes a lot of sense, thank you so much 🥰
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad it was helpful!
@junghyunjoshkim6780
@junghyunjoshkim6780 Жыл бұрын
Hi Dave, you just made me a better dev! Thank you so much!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad to hear that!
@hyphamne
@hyphamne Жыл бұрын
57:11 sort by date 1:09:50 createAsyncThunk 1:29:00 ['array','apple','fruit'].every(Boolean) 1:31:25 redux-toolkit add unwrap() 2:55:00 RTK query -> isLoading, isSuccess, isError, error
@mostafakheder7721
@mostafakheder7721 6 ай бұрын
Dave i believe you are a master class level >>> happy to follow you
@violinsheetmusicblog
@violinsheetmusicblog 4 ай бұрын
first 20 minutes was all i need :)
@yeasinjabed3630
@yeasinjabed3630 2 жыл бұрын
Your channel is like a treasure for developer 🔥
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words, Yeasin! 💯
@mburiamutuma9885
@mburiamutuma9885 6 ай бұрын
Wow. Thanks for this amazing tutorial
@sourenasahraian2055
@sourenasahraian2055 2 жыл бұрын
Really found this content useful, thank you so much for it .
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 💯
@abeercodes
@abeercodes Жыл бұрын
I can surely say that you are the best. Guru, my teacher
@nelsonakujiobi4659
@nelsonakujiobi4659 Жыл бұрын
Thanks for this tutorial Dave. You are a very important person.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Glad it was helpful!
@codernerd7076
@codernerd7076 2 жыл бұрын
Best Redux course on the internet all that is missing is the using Redux with TypeScript part.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
The TS addition will make a good future video. Thanks! 💯
@saurabhgokul1946
@saurabhgokul1946 2 жыл бұрын
This along with Codevolution one is a complete package
@39-rokhirawlo29
@39-rokhirawlo29 2 жыл бұрын
I appreciate the knowledge you put in 🙏🙏.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 💯
@jotaroisdarius1918
@jotaroisdarius1918 Жыл бұрын
You know me! Liking the video before even starting to watch it because I know the content will be great as always
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
I appreciate that!
@eddieotudor9432
@eddieotudor9432 2 жыл бұрын
Thanks so much Sir Dave.. God bless you much more
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're very welcome, Eddie! 🙏🚀
@user-jw3ci9ow2x
@user-jw3ci9ow2x 7 ай бұрын
good job thank you
@utkumattaktas7994
@utkumattaktas7994 Жыл бұрын
Amazing course thank you!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're very welcome!
@memesbutifyoulaughyoulose768
@memesbutifyoulaughyoulose768 2 жыл бұрын
Thank you Dave from Philippines.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! And hello to the Philippines! 💯
@dileepbc5901
@dileepbc5901 Жыл бұрын
this course covers all the things i need to know thanks dave . ☮ from India
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome! And hello 👋 to India!
@musiclover-bc3vb
@musiclover-bc3vb 2 жыл бұрын
Thank you for this ❤️
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! 🙏
@yakob-g
@yakob-g 2 жыл бұрын
what an absolute boss you are sir
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Yaqobo!
@juanmanueldesenzi1211
@juanmanueldesenzi1211 Жыл бұрын
Thank you so much for the video!!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You are so welcome!
@worldofwali6084
@worldofwali6084 10 ай бұрын
Thanks a lot.
@hudyusufatsigah7626
@hudyusufatsigah7626 Жыл бұрын
A really great content, kinda feel like i'm on an anime marathon cause i need to check related series, just like your video it's really great from start to finish.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Thank you for the kind words! 🙏🙏
@mustafaedtech8787
@mustafaedtech8787 Жыл бұрын
Awesome🎉, thank you!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You are so welcome!
@proletar3799
@proletar3799 2 жыл бұрын
Another superb tutorials 😍😍
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 🙏
@kashadesina3974
@kashadesina3974 Жыл бұрын
This is a great video, very challenging doing this in typescript though
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Daily progress! Good challenge 💯
@geld5220
@geld5220 Жыл бұрын
awesome - thanks
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@Savage_Cabbage_
@Savage_Cabbage_ 2 жыл бұрын
Recently discovered your channel and I must say its amazing! Any plans on SQL tutorial videos?
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you! 🙏 I may do more in the future, but I have one on SQL here: kzfaq.info/get/bejne/jax-p9CZ3LuZeIk.html
@matinsasan
@matinsasan 2 жыл бұрын
Thanks for the great efforts you put as always. And oh I forgot to sub to you for months, now done, dear mentor :)
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Matin! 💯🚀
@_abhin_raj_r4007
@_abhin_raj_r4007 5 ай бұрын
Thanks for the course. But I would have really loved this course if you dive deeper and told us why you are writing some codes. Sometimes I dont even know what a line of code is doing. But watching this video and searching the codes I dont understand in the google helped me!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 5 ай бұрын
Yes, I'm glad you searched. Combining this course with the official docs should help, too.
Learn Redux Toolkit in under 1 hour
58:10
Hitesh Choudhary
Рет қаралды 124 М.
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 3,9 МЛН
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 49 МЛН
Redux Tutorial - Learn Redux from Scratch
1:34:53
Programming with Mosh
Рет қаралды 1 МЛН
Redux - Complete Tutorial (with Redux Toolkit)
37:01
Cosden Solutions
Рет қаралды 168 М.
React Redux Tutorial For Beginners | Redux Toolkit Tutorial 2021
53:26
Only The Best Developers Understand How This Works
18:32
Web Dev Simplified
Рет қаралды 67 М.
TypeScript Course for Beginners - Learn TypeScript from Scratch!
3:16:40
Redux For Beginners | Redux Tutorial with Redux Toolkit
55:10
Lama Dev
Рет қаралды 162 М.
Я нашел кто меня пранкует!
00:51
Аришнев
Рет қаралды 3,9 МЛН