Redux Arquitecture

The Three Principles

Single source of truth

The state of your whole application is stored in an object tree within a single store.

redux

By Kevin Hernandez