May 2018
Intermediate to advanced
470 pages
13h 54m
English
React components defined using ES6 class have access to lifecycle methods, the this keyword, and can manage state with setState when building stateful components. Stateful components allow us to build interactive components that can manage changing data in state, and propagate any business logic that needs to be applied across the UI. Generally, for complex UI, stateful components should be higher-level container components that manage the state of the smaller stateless functional components they are composed of.
Read now
Unlock full access