front-0.0.0.2: A reactive frontend web framework

Safe HaskellNone
LanguageHaskell2010

Web.Front

Synopsis

Documentation

createTask Source #

Arguments

:: Show a 
=> Text

DOM Element Id.

-> (t -> Markup a)

How to render state.

-> t

State to render.

-> ClientTask a

Message that will be pushed to client(s).

Generate message that will be pushed to client(s) based on underlying communication.