0.0.12
Hyperapp now supports both Hyperx (tagged template literals) and JSX. Choose the appropriate distribution for your needs.
<script src="https://unpkg.com/[email protected]/dist/hyperapp.hx.js"></script> <!-- Hyperx -->
<script src="https://unpkg.com/[email protected]/dist/hyperapp.js"></script>