Skip to content

Instantly share code, notes, and snippets.

@zwacky
Created October 26, 2019 08:35
Show Gist options
  • Save zwacky/94e632550640e599e9d399abfb3ee743 to your computer and use it in GitHub Desktop.
Save zwacky/94e632550640e599e9d399abfb3ee743 to your computer and use it in GitHub Desktop.
render(h: CreateElement, context: RenderContext) {
return (
<div {...context.data}>
<h1>Hello World</h1>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment