Skip to content

0.0.7

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 03 Feb 08:31
6d03054

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 the h function or compiling JSX to raw h calls within your bundle, the inclusion of html.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.