Module

Freedom

Package
purescript-freedom
Repository
purescript-freedom/purescript-freedom

#Config Source

type Config state = { initialState :: state, selector :: String, subscriptions :: Array (Subscription state), view :: state -> VNode state }

The type of config.

#run Source

run :: forall state. Config state -> Effect Unit

Launch app.