Module
React.Halo.Internal.Types   
- Package
- purescript-react-halo
- Repository
- robertdp/purescript-react-halo
#Lifecycle Source
data Lifecycle props actionThe Halo lifecycle events.
- Initializecontains the initial props. It occurs when the component mounts, and only once per component.
- Updatecontains the previous and new props. It occurs when the component re-renders and the props have changes.
- Actioncontains the dispatched action. It occurs each time an action is dispatched to be eval'd, up until the- Finalizeevent.
- Finalizeoccurs when the component unmounts.
Constructors
- Initialize props
- Update props props
- Action action
- Finalize