Skip to content

Instantly share code, notes, and snippets.

@binaryta
Created February 25, 2018 15:50
Show Gist options
  • Save binaryta/625ebc53e0a9c1e48967efa20d9a9fb1 to your computer and use it in GitHub Desktop.
Save binaryta/625ebc53e0a9c1e48967efa20d9a9fb1 to your computer and use it in GitHub Desktop.
import { h, app } from "hyperapp"
import { state, State } from "./state"
import { actions, Actions } from "./actions"
import { view } from "./view.tsx"
app<State, Actions>(state, actions, view, document.body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment