...

/

Summary: Redux Fundamentals

Summary: Redux Fundamentals

Let's briefly recap what we have learned in this chapter.

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 ...