Module

React.Halo.Internal.Types

#Lifecycle

data Lifecycle props ctx action

The Halo lifecycle events.

  • Initialize contains the initial props. It occurs when the component mounts, and only once per component.
  • Update contains the previous and new props. It occurs when the component re-renders and the props have changes.
  • Action contains the dispatched action. It occurs each time an action is dispatched to be eval'd, up until the Finalize event.
  • Finalize occurs when the component unmounts.

Constructors

#SubscriptionId

#ForkId

newtype ForkId

Constructors

Instances

Modules