Redux Store
Let's learn about the Redux store.
We'll cover the following
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 1400+ tech skills courses.