Redux was announced back in 2015 and immediately took off as the de-facto state management solution for React. As it gained widespread traction, it also became clear that in many cases it was brought into applications prematurely. The community in some ways started to push back on its use and recommended the built-in setState
method as an alternative. Several other state libraries also started popping up around this time. Finally, as React Hooks were announced with a built-in useReducer
method it appeared that Redux's time was up. However, these claims have proven to be premature. Redux is not dead and instead remains React's most popular state management library*
.
Recent updates to redux exposing a hooks-based API address some of its most serious drawbacks and make it even more appealing. This course will show you how to apply redux to a modern react hooks application. I hope you leave this course with a continued appreciation for React Hooks and renewed enthusiasm for Redux.
Redux is still a very popular and effective way of managing state in React. If you used Redux in the past and maybe found it too difficult to work with and too complicated, I don't think you'll feel that way after trying it with Hooks.
Thanks for watching 📺.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
It was concise and to the point.
Amazing mini course. No fluff, just condensed knowledge to the point. The information to time ratio is incredible high here, I wish more content on the internet was like this. I would be happy to pay for these types of tutorials. Thanks Jamund!!
very well explained the functioning of Redux state management and its features, an excellent example of the currency calculator application and the application of Redux to all state changes during the rendering of our component
Best course yet on hooks and redux
too the point and easy to follow. Very good to my ADHD brain. Thanks!
The course was easy to follow and the instructor did a great job.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.