In this comprehensive tutorial, Dan Abramov - the creator of Redux - will teach you how to manage state in your React application with Redux.
State management is absolutely critical in providing users with a well-crafted experience with minimal bugs.
It's also one of the hardest aspects of a modern front-end application to get right.
Redux provides a solid, stable, and mature solution to managing state in your React application. Through a handful of small, useful patterns, Redux can transform your application from a total mess of confusing and scattered state, into a delightfully organized, easy to understand modern JavaScript powerhouse.
The principles of Redux aren't new, but they are packaged and presented for you in an easy to use a library that not only elevates your applications but also improves your general understanding of building JavaScript UIs.
In this course, Dan Abramov will show you the fundamentals of Redux, so that you can start using it to simplify your applications.
There are some amazing community notes on this course here on Github.
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.
I like how you explain things in detail and step by step.
I like everything! Thank you very much for share!
Thank you very much!! This really teach me how to work with redux.
Excellent video. It covers not only basics of Redux but also how to write a maintable code as well. Well done Dan
This course was made extremely well. The teacher was very clear on the subject at hand and dove deep into how each method is working under the hood.
I would really prefer the instructor to teach with actual files instead of a sandbox and clearly demonstrate the relationship between the files, as real world react projects are not done in a sandbox environment. Overall because of the sandbox, the course was very confusing.
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.