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.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.