Time travel debug tool for purescript-elmish
Just wrap the main ComponentDef
with withTimeMachine
:
main :: Effect Unit
main = defaultMain
{ def: withTimeMachine { init, update, view }
, elementId: "app"
}
Time travel debug tool for purescript-elmish
Just wrap the main ComponentDef
with withTimeMachine
:
main :: Effect Unit
main = defaultMain
{ def: withTimeMachine { init, update, view }
, elementId: "app"
}
Pursuit v0.9.9