June 2021
Intermediate to advanced
398 pages
9h 35m
English
In this chapter, we managed state in our Stimulus page using the DOM to hold our state. React works differently—it uses a JavaScript pattern called a reducer. In the next chapter, we’ll look at how React manages state to use React’s internal reducer pattern.