Close

    egghead.io

    • Getting Started with Redux

      > I had no idea why I'd want to use Redux when I started this course. This course really made it easy to understand the how & why of redux. Thanks Dan! Managing state in an application is critical, and is often done haphazardly. Redux provides a state container for JavaScript applications that will help your applications behave consistently. Redux is an evolution of the ideas presented by Facebook's [Flux](https://egghead.io/articles/gentle-introduction-to-the-react-flux-a...