Module Eliom_client.Page_status.Events
module Events : sig..end
convenience functions for retrieving a react event for the current page that is triggered whenever it reaches the respective status
val active : unit -> unit React.E.t
val cached : unit -> unit React.E.t
val dead : unit -> unit React.E.t
val inactive : unit -> unit React.E.t
inactive occurs when the Active state is left (Cached or Dead)