Skip to content

Instantly share code, notes, and snippets.

@alokmenghrajani
Created November 2, 2012 16:46
Show Gist options
  • Save alokmenghrajani/4002610 to your computer and use it in GitHub Desktop.
Save alokmenghrajani/4002610 to your computer and use it in GitHub Desktop.
client function blah(_) {
i = Int.of_string_opt("xyz")
#content = <>meh {i}</>
}
function page() {
i = Int.of_string_opt("xyz")
<div id=#content onready={blah}>
loading...
</div>
}
Server.start(Server.http, {{title: "", page: page}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment