0.0.7
CDN for Hyperapp
To use Hyperapp in your project, include the following scripts from our CDN:
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.7/dist/app.min.js"></script>
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.7/dist/html.min.js"></script>
<script src="https://cdn.rawgit.com/hyperapp/hyperapp/0.0.7/dist/h.min.js"></script>
- For
h
Function: If you're directly using theh
function or compiling JSX to rawh
calls within your bundle, the inclusion ofhtml.min.js
is not required. - JSX Compatibility: The
h
function has been added to the distribution to support JSX usage. - For details on performance considerations, refer to the performance discussion.