August 2017
Beginner
374 pages
10h 41m
English
The main reducer function returns the new state, which is computed from the previous state and the action. The new state object is saved in the Redux store and all listener functions that are subscribed via store.subscribe() get called. This is when the user interface gets updated (re-rendered), but more about that in Chapter 3, Combining Redux with React, where we will discuss rendering user interfaces with React.
Read now
Unlock full access