Description

Getting Started with Redux

**More information:

Get Getting Started with Redux at bestoftrader.com

Description

Redux is a compact library that provides predictable state containers for JavaScript apps. It revolves around the concepts of state trees (stores) that store state, actions that change state trees, and reducers that describe how actions perform. And it is the perfect companion for React. In this video, Eric Greene begins his deep dive into Redux and demonstrates how to code Redux apps with React.