View on GitHub

401-reading-notes

CLASS 37

Redux - Combined Redux

REVIEW, RESEARCH AND DISCUSS

Why choose Redux instead of the Context API for global state?

What is the purpose of a reducer?

What does an action contain?

Why do we need to copy the state in a reducer?

TERMS:

immutable state

time travel in redux

action creator

reducer

dispatch

BACK