Setting up Redux and Creating State Objects

Learn about installing Redux.

We'll cover the following

Setting up Redux

Before we can use Redux, we need to install it, along with the TypeScript types. Let’s perform the following steps to install Redux:

  1. We can install the core Redux library via the terminal with the following command:

Get hands-on with 1200+ tech skills courses.