Redux Store

Let's learn about the Redux store.

Introduction to the store

The Redux store is a central, immutable data container that holds all the information about an application’s state. The store is nothing but a simple JavaScript object.

Get hands-on with 1200+ tech skills courses.