Module

Reactor.Page

Package
purescript-grid-reactors
Repository
Eugleo/purescript-grid-reactors

#component Source

component :: forall world q i o m. MonadEffect m => Reactor m { paused :: Boolean | world } -> Configuration -> Component q i o m

Defines the Halogen component that runs and renders a reactor. The component is based on Halogen hooks. Usually you don't need to call this yourself; instead, you should use Reactor.runReactor that calls this internally.