Skip to content

Instantly share code, notes, and snippets.

View jorgebucaran's full-sized avatar

Jorge Bucaran jorgebucaran

  • 02:00 (UTC +09:00)
View GitHub Profile
@jorgebucaran
jorgebucaran / index.html
Last active July 14, 2020 06:37
Getting started with Hyperapp
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module">
import { h, text, app } from "https://unpkg.com/hyperapp"
app({
init: () => 0,
view: state =>
h("main", {}, [