Learning Redux
上QQ阅读APP看书,第一时间看更新

The Redux cycle

Before we start implementing the elements of Redux, let's take a look at the data flow with Redux in one big picture—from an action getting dispatched to the updated application state:

Illustration of the Redux cycle