Redux tutorial from library creator

  • Tutorial
Habr somehow bypassed the appearance of a video course on Redux, created by Daniil Abramov, the author of the library. The first videos talk about the principles of Redux, and then gradually develop the web application on it.

Here it is: egghead.io/series/getting-started-with-redux

Under cat - translation of the introduction from the course website, egghead.io .

“Managing the state of a web application is critical, but it’s often a dud. Redux provides a state container for JavaScript applications that makes their logic more consistent.

Redux is an evolution of the ideas presented on Facebook's Flux, eliminating Flux complexity and inspired by the way Elm develops applications.

Redux is useful in React applications, but does not require React at all!

In this tutorial series, we will learn the basics of Redux so that you can use it right away to simplify your applications.

It is highly recommended that you also read the Redux documentation during or before watching the series.

Also on GitHub you can find community notes for this course . ”

Also popular now: