Component
IComponent
IHandleEvent
IHandleAfterRender
Base class for components with a typed model.
Component()
Component<'model>
this.Equal
The custom equality check. By default, uses reference equality.
this.ShouldRender
'model
bool
Compare the old model with the new to decide whether this component needs to be re-rendered. By default, uses M:Equal.