Summary: Using Redux in React
Here is the summary of the covered chapter.
We'll cover the following...
Wrap up
In this chapter, we learned that the state in a Redux store is stored in a single place, is read-only, and is changed with a pure ...
...