Redux: Simplifying Application State in JavaScript



Tim Griesser

As JavaScript applications increase in complexity, consistent patterns for managing state becomes considerably more important, and difficult to achieve without good patterns.

Redux is a library which provides a “Predictable state container for JavaScript apps”. Utilizing proven patterns from more functional languages, Redux is a framework agnostic library which combines convention with functional approaches. In this talk we will take a look at Redux, Redux middleware, and how it can be used to track data flow and state changing over time, producing applications which are easier to develop and debug.

We will also take a look at some of the similarities and differences of Redux vs. other libraries, frameworks, and tradeoffs that exist compared to existing approaches to solving these problems.

source

Reply


Build A Site Info