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"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
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"
}