Skip to content

0.0.12

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 07 Feb 16:49
88d6204

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>