Revisiting your Knowledge of Redux
Redux is a state container, and in this lesson, we'll take our first step in handling the app's state object with Redux.
We'll cover the following...
We'll cover the following...
Remember the quote from the official docs ?
Redux is a predictable state container for JavaScript apps.
One key phrase in the above sentence is, state container.
Technically, you want the STATE of your application to be managed by REDUX. ...