2019 | OriginalPaper | Chapter
11. Stateful Components
Published in:
Pro React 16
Abstract
In this chapter, I introduce the stateful component, which builds on the features described in Chapter 10 and adds state data that is unique to each component and that can be used to alter the rendered output. Table 11-1 puts stateful components in context.