0.0.4 • Published 3 years ago

@archway/jsh v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@archway/jsh

Instead of using a transpiler like babel to use JSX, why not code HTML using vanilla hyperscript functions?

Installation

npm i @archway/jsh

You can use Archway with a module bundler like Webpack to import it into your application. Alternatively, include Archway with a script tag with a module type.

<script type="module">
  import jsh, { h1 } from "https://unpkg.com/@archway/jsh@latest?module";
</script>
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago