Tyrian
Type members
Value members
Concrete methods
Takes a normal Tyrian Model and view function and renders the html to a string prefixed with the doctype.
Takes a normal Tyrian Model and view function and renders the html to a string prefixed with the doctype.
Takes a normal Tyrian Model and view function and renders the html to a string.
Takes a normal Tyrian Model and view function and renders the html to a string.
Takes a Tyrian HTML view, and renders it into to a string prefixed with the doctype.
Takes a Tyrian HTML view, and renders it into to a string prefixed with the doctype.
Takes a Tyrian HTML view, and renders it into to a string.
Takes a Tyrian HTML view, and renders it into to a string.
Takes a list of Tyrian elements, and renders the fragment into to a string prefixed with the doctype.
Takes a list of Tyrian elements, and renders the fragment into to a string prefixed with the doctype.
Takes a list of Tyrian elements, and renders the fragment into to a string.
Takes a list of Tyrian elements, and renders the fragment into to a string.
Takes repeatingTyrian elements, and renders the fragment into to a string prefixed with the doctype.
Takes repeatingTyrian elements, and renders the fragment into to a string prefixed with the doctype.
Takes repeating Tyrian elements, and renders the fragment into to a string.
Takes repeating Tyrian elements, and renders the fragment into to a string.
Computes the initial state of the given application, renders it on the given DOM element, and listens to user actions
Computes the initial state of the given application, renders it on the given DOM element, and listens to user actions
- Type parameters:
- Model
Type of model
- Msg
Type of messages
- Value parameters:
- init
initial state
- node
the DOM element to mount the app to
- subscriptions
subscriptions function
- update
state transition function
- view
view function
- Returns:
The tyrian runtime