Lissome.Render (Lissome v0.2.0)
View SourceSummary
Functions
Renders a lustre app in client side.
This function just renders the root container and the script tags necessary to mount the app.
Renders a lustre app in server side.
This function will call the init_fn
function to get the initial model and then the view_fn
function to get the initial view.