Component typedef
Component = StatefulComponent
Backwards-compatible alias for StatefulComponent.
Prefer extending StatefulComponent or StatelessComponent in new code so state preservation is explicit at the class declaration.
Implementation
typedef Component = StatefulComponent;