Introduction to Redux

Purchase a Subscription!

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Eric Greene

Description

Redux is a compact library that provides a predictable state container 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 takes a deep dive into Redux and teaches you how to code Redux apps with TypeScript and React.

Table of Contents

{{toc.Position}} {{toc.Text}}

Related Links

  • {{link.LinkText}} (requires a paid subscription)

Series

This course is part of the following series: