Summary: Redux Fundamentals
Let's briefly recap what we have learned in this chapter.
We'll cover the following...
Redux principles
Redux is based on the following three principles:
-
A Redux app has a single source of truth called the store.
-
The store is read-only and can only ...